================ @@ -0,0 +1,155 @@ +// -*- C++ -*- ---------------- jroelofs wrote:
The usual reason to compile C-flavored code as C++ in unwinder tests is because on some platforms, the unwind tables are not emitted by default for C. All the rest of the tests here are either the same C++ style, or they're pure ASM, so I'm inclined to leave it as is for consistency. https://github.com/llvm/llvm-project/pull/205188 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
