[compiler-rt] [compiler-rt][XRay] Make `xray_interface.h` C compliant (PR #140068)
Jan André Reuter via llvm-commits
llvm-commits at lists.llvm.org
Sat May 24 09:34:56 PDT 2025
================
@@ -1,21 +1,21 @@
// Check that we can patch and un-patch on demand, and that logging gets invoked
// appropriately.
//
-// RUN: %clangxx_xray -fxray-instrument -std=c++11 %s -o %t
+// RUN: %clang_xray -fxray-instrument -std=c23 %s -o %t
----------------
Thyre wrote:
Thanks for the comment. I reverted the original test case to C++ and added the C converted test case as a separate file.
I don't know how much it would be worth creating C test cases for the other tests as well, but I'm open to adding them as well.
https://github.com/llvm/llvm-project/pull/140068
More information about the llvm-commits
mailing list