This needs https://reviews.llvm.org/D42350 in LLVM!
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good with one additional change to the test.
Side note: We should also add all the LLVM extensions to http://wiki.dwarfstd.org/index.php?title=Vendor_Extensions.
test/CodeGen/debug-info-cc.c | ||
---|---|---|
1 ↗ | (On Diff #133745) | I think I would prefer this to be written as // RUN: $clang_cc1 ... %s | FileCheck --check-prefix=LINUX // RUN: $clang_cc1 ... %s | FileCheck --check-prefix=WINDOWS ... // LINUX: !DISubprogram ... |