]> git.proxmox.com Git - llvm-toolchain.git/blame - debian/patches/disable-error-xray.diff
Merge tag 'debian/11.0.0-5' into proxmox/buster
[llvm-toolchain.git] / debian / patches / disable-error-xray.diff
CommitLineData
7d9dbbad 1Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/xray/xray_tsc.h
1480ac3b 2===================================================================
7d9dbbad
SL
3--- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/compiler-rt/lib/xray/xray_tsc.h
4+++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/xray/xray_tsc.h
a3923dd8 5@@ -82,8 +82,6 @@ inline uint64_t getTSCFrequency() XRAY_N
1480ac3b
SL
6
7 } // namespace __xray
8
9-#else
10-#error Target architecture is not supported.
11 #endif // CPU architecture
e600e0e5 12 #endif // SANITIZER_FUCHSIA
1480ac3b 13