summaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-10-11 06:07:53 +0000
committerCraig Topper <craig.topper@intel.com>2019-10-11 06:07:53 +0000
commit440bb3a84419c6ee1fa1e9a13257c13cec8bbb85 (patch)
tree698dec59e0680811806e0dc63fe6c99ae49ff42e /lib/Frontend/CompilerInvocation.cpp
parenta6f0228664d7964b2236688b80f58995b14cdad1 (diff)
downloadclang-440bb3a84419c6ee1fa1e9a13257c13cec8bbb85.tar.gz
[X86] Always define the tzcnt intrinsics even when _MSC_VER is defined.
These intrinsics use llvm.cttz intrinsics so are always available even without the bmi feature. We already don't check for the bmi feature on the intrinsics themselves. But we were blocking the include of the header file with _MSC_VER unless BMI was enabled on the command line. Fixes PR30506. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions