[compiler-rt] [compiler-rt][XRay] Make `xray_interface.h` C compliant (PR #140068)
Sebastian Kreutzer via llvm-commits
llvm-commits at lists.llvm.org
Sun May 25 02:50:38 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
----------------
sebastiankreutzer wrote:
Since the implementation itself is not changed, checking that the headers builds with C is sufficient, IMO.
https://github.com/llvm/llvm-project/pull/140068
More information about the llvm-commits
mailing list