From 66d2343111144b533612bfd9b677040c9d8374f0 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Fri, 22 Jul 2022 14:10:20 +0100 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 bd7e1911ab..533a9ec27e 100644 --- a/compiler-rt/lib/xray/xray_tsc.h +++ b/compiler-rt/lib/xray/xray_tsc.h @@ -82,8 +82,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