MaskRay added inline comments.
================
Comment at: clang/unittests/Driver/ToolChainTest.cpp:371
+TEST(CompilerInvocation, SplitSwarfSingleCrash) {
+ static constexpr const char *Args[] = {"clang", "-gdwarf-4",
"-gsplit-dwarf=single", "-c", "foo.cpp"};
+ CreateInvocationOptions CIOpts;
----------------
Without a concrete target triple, the default is used. If the default target
triple uses an object file format not supporting -gsplit-dwarf, this will fail.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154602/new/
https://reviews.llvm.org/D154602
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits