zhaomo added inline comments.
================
Comment at: compiler-rt/test/cfi/lit.cfg:33
   dso = '-fsanitize-cfi-cross-dso -fvisibility=default '
+  interleave = '-Xclang -enable-vtable-interleaving 
-Wl,-plugin-opt,-enable-vtable-interleaving -Wl,-plugin-opt=save-temps 
-fno-sanitize=cfi-mfcall '
   if config.android:
----------------
vlad.tsyrklevich wrote:
> Can get rid of at least save-temps here, do we need to pass 
> -enable-vtable-interleaving to the linker?
I was debugging with save-temps and I forgot to remove it.

Currently we need to pass -enable-vtable-interleaving to the linker because the 
front-end and back-end are controlled by two separate flags.



https://reviews.llvm.org/D51905



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to