[all-commits] [llvm/llvm-project] 44ea81: [X86] Add 64bit and retpoline-external-thunk to li...
topperc via All-commits
all-commits at lists.llvm.org
Tue Jul 7 00:57:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44ea81acb696592281157656ea7d81ecb41ca161
https://github.com/llvm/llvm-project/commit/44ea81acb696592281157656ea7d81ecb41ca161
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M llvm/include/llvm/Support/X86TargetParser.def
M llvm/lib/Support/X86TargetParser.cpp
Log Message:
-----------
[X86] Add 64bit and retpoline-external-thunk to list of featuers in X86TargetParser.def.
'64bit' shows up from -march=native on 64-bit capable CPUs.
'retpoline-eternal-thunk' isn't a real feature but shows up
when -mretpoline-external-thunk is passed to clang.
More information about the All-commits
mailing list