aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2020-01-22 09:53:06 -0500
committerAaron Ballman <aaron@aaronballman.com>2020-01-22 09:54:34 -0500
commit968561bcdc34c7d74482fe3bb69a045abf08d2c1 (patch)
treeed7226efbed83d6d0058219909bf81173b709a69 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent0ade2abdb01f4a16b1f08d1a78d664b9e9d5f3b5 (diff)
downloadllvm-968561bcdc34c7d74482fe3bb69a045abf08d2c1.zip
llvm-968561bcdc34c7d74482fe3bb69a045abf08d2c1.tar.gz
llvm-968561bcdc34c7d74482fe3bb69a045abf08d2c1.tar.bz2
Unconditionally enable lvalue function designators; NFC
We previously had to guard against older MSVC and GCC versions which had rvalue references but not support for marking functions with ref qualifiers. However, having bumped our minimum required version to MSVC 2017 and GCC 5.1 mean we can unconditionally enable this feature. Rather than keeping the macro around, this replaces use of the macro with the actual ref qualifier.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions