llvm-toolchain/debian/patches/disable-error-xray.diff
2018-11-22 12:01:44 +01:00

14 lines
490 B
Diff

Index: llvm-toolchain-snapshot_8~svn347449/compiler-rt/lib/xray/xray_tsc.h
===================================================================
--- llvm-toolchain-snapshot_8~svn347449.orig/compiler-rt/lib/xray/xray_tsc.h
+++ llvm-toolchain-snapshot_8~svn347449/compiler-rt/lib/xray/xray_tsc.h
@@ -83,8 +83,6 @@ inline uint64_t getTSCFrequency() XRAY_N
} // namespace __xray
-#else
-#error Target architecture is not supported.
#endif // CPU architecture
#endif // SANITIZER_FUCHSIA