[PATCH] D46882: [X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 10:48:37 PDT 2018


craig.topper added a comment.

LGTM if you remove that one FIXME that's still in there.



================
Comment at: llvm/lib/Target/X86/X86InstrControl.td:329
 
-  let isCodeGenOnly = 1, Predicates = [HasIBT] in{
+  // FIXME: hasIBT is removed!
+  let isCodeGenOnly = 1 in {
----------------
Please replace this FIXME before commit.


https://reviews.llvm.org/D46882





More information about the llvm-commits mailing list