[PATCH] D34261: [cfi] Enable icall tests with thinlto.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 17:14:50 PDT 2017


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/cfi/icall/wrong-signature-mixed-lto.c:5
+// RUN: %clang_cfi %s -DMODULE_A -c -o %t1_a.o
+// RUN: %clang_cfi %s -DMODULE_B -c -o %t1_b.o -flto
+// RUN: %clang_cfi %t1_a.o %t1_b.o -o %t1
----------------
Maybe leave a comment saying that the `-flto` here overrides the `-flto=thin` in `%clang_cfi`.


Repository:
  rL LLVM

https://reviews.llvm.org/D34261





More information about the llvm-commits mailing list