MaskRay added inline comments.
================ Comment at: clang/test/Frontend/split-lto-ir-support.cpp:1 +// RUN: %clang -c -flto=thin %s -o %t0.bc +// RUN: mkdir %t1.d ---------------- Without -fsanitize=cfi or -fwhole-program-vtables, -fsplit-lto-unit is not the default. You need to specify this option explicitly. `%clang` is normally used for test/Driver tests. For other tests, prefer `%clang_cc1`. ================ Comment at: clang/test/Frontend/split-lto-ir-support.cpp:15 +struct B : A { + virtual int c(int i) { + return i + 3; ---------------- CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153906/new/ https://reviews.llvm.org/D153906 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits