[PATCH] D38908: Do not link clang_rt.cfi on Android.

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 13 17:40:44 PDT 2017


pcc added inline comments.


================
Comment at: clang/test/Driver/sanitizer-ld.c:605
-// CHECK-CFI-ANDROID: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
-// CHECK-CFI-ANDROID-NOT: libclang_rt.cfi
-// CHECK-CFI-ANDROID-NOT: __cfi_check
----------------
Why was this passing before?


https://reviews.llvm.org/D38908





More information about the cfe-commits mailing list