[PATCH] D40482: [X86] Instrument Control Flow For Indirect Branch Tracking
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 13:04:09 PST 2017
pcc added inline comments.
================
Comment at: lib/Target/TargetMachine.cpp:76
RESET_OPTION(NoTrappingFPMath, "no-trapping-math");
+ RESET_OPTION(InstrumentControlFlow, "instrument-control-flow");
----------------
This name seems very generic and doesn't really describe what the attribute does. How about something like `cet-compatible`?
Repository:
rL LLVM
https://reviews.llvm.org/D40482
More information about the llvm-commits
mailing list