From 2190ca316fd2aee6396e4071712fc4e146772ecf Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Mon, 23 Sep 2024 13:23:31 +0200 Subject: [PATCH] disable-error-xray =================================================================== Gbp-Pq: Name disable-error-xray.diff --- compiler-rt/lib/xray/xray_tsc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/lib/xray/xray_tsc.h b/compiler-rt/lib/xray/xray_tsc.h index e1cafe1bf1..f4bf8b6408 100644 --- a/compiler-rt/lib/xray/xray_tsc.h +++ b/compiler-rt/lib/xray/xray_tsc.h @@ -83,8 +83,6 @@ inline uint64_t getTSCFrequency() XRAY_NEVER_INSTRUMENT { } // namespace __xray -#else -#error Target architecture is not supported. #endif // CPU architecture #endif // SANITIZER_FUCHSIA -- 2.30.2