[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
Fri May 16 01:13:33 PDT 2025


================
@@ -14,20 +14,22 @@
 #ifndef XRAY_XRAY_INTERFACE_H
 #define XRAY_XRAY_INTERFACE_H
 
-#include <cstddef>
-#include <cstdint>
+#include <stddef.h>
----------------
Thyre wrote:

I agree, just to be safe.

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


More information about the llvm-commits mailing list