aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2020-07-09 14:52:16 -0700
committerCraig Topper <craig.topper@intel.com>2020-07-09 14:52:16 -0700
commitf40b11325e368667cf1dd91922d57dcef8069c8a (patch)
tree7a3715b72d133c2a99ba7cc8fc8f69159b709dd4 /llvm/utils/FileCheck/FileCheck.cpp
parent77f8f813a9ae20152129a8ebb9fea5fcec859194 (diff)
downloadllvm-f40b11325e368667cf1dd91922d57dcef8069c8a.zip
llvm-f40b11325e368667cf1dd91922d57dcef8069c8a.tar.gz
llvm-f40b11325e368667cf1dd91922d57dcef8069c8a.tar.bz2
Recommit "[X86] Merge the FEATURE_64BIT and FEATURE_EM64T bits in X86TargetParser.def."
This time without the change to make operator| use operator&=. That seems to be the source of the gcc 5.3 miscompile. Original commit message: These represent the same thing but 64BIT only showed up from getHostCPUFeatures providing a list of featuers to clang. While EM64T showed up from getting the features for a named CPU. EM64T didn't have a string specifically so it would not be passed up to clang when getting features for a named CPU. While 64bit needed a name since that's how it is index. Merge them by filtering 64bit out before sending features to clang for named CPUs.
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions