mehdi_amini added inline comments.

================
Comment at: clang/test/CodeGenCXX/type-metadata-thinlto.cpp:2
+// RUN: %clang_cc1 -flto=thin -triple x86_64-unknown-linux -fvisibility hidden 
-emit-llvm-bc -o %t %s
+// RUN: llvm-modextract -o - -n 1 %t | llvm-dis | FileCheck %s
+
----------------
tejohnson wrote:
> Is it the case that now we will always split the module with this change? 
> Should that only be done under CFI options?
Devirtualization may happen whenever you have a hidden virtual table IIUC, 
independently of CFI.


https://reviews.llvm.org/D28843



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

Reply via email to