[compiler-rt] [compiler-rt][XRay] Make `xray_interface.h` C compliant (PR #140068)

A. Jiang via llvm-commits llvm-commits at lists.llvm.org
Fri May 23 20:56:42 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
----------------
frederick-vs-ja wrote:

I think there should be both `.c` and `.cpp` test files.

https://github.com/llvm/llvm-project/pull/140068


More information about the llvm-commits mailing list