about summary refs log tree commit diff homepage
path: root/scripts/build/patches/libcxx39.patch
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2021-12-15 16:38:21 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-03-17 22:59:26 +0000
commit0f45ab7a5008bd5e68201449bd1e0a999f999457 (patch)
tree585d30a6d2cd9c2ee6c31240a86d034f10d564bb /scripts/build/patches/libcxx39.patch
parentd8553f3cec042b5af9e21c268cb14ee8f7b30083 (diff)
downloadklee-0f45ab7a5008bd5e68201449bd1e0a999f999457.tar.gz
remove LLVM < 6 from build/test scripts
Diffstat (limited to 'scripts/build/patches/libcxx39.patch')
-rw-r--r--scripts/build/patches/libcxx39.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/build/patches/libcxx39.patch b/scripts/build/patches/libcxx39.patch
deleted file mode 100644
index 382db544..00000000
--- a/scripts/build/patches/libcxx39.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libcxx/include/__locale
-+++ b/libcxx/include/__locale
-@@ -34,7 +34,7 @@
- # include <support/solaris/xlocale.h>
- #elif defined(_NEWLIB_VERSION)
- # include <support/newlib/xlocale.h>
--#elif (defined(__GLIBC__) || defined(__APPLE__)      || defined(__FreeBSD__) \
-+#elif (defined(__APPLE__)      || defined(__FreeBSD__) \
-     || defined(__EMSCRIPTEN__) || defined(__IBMCPP__))
- # include <xlocale.h>
- #elif defined(_LIBCPP_HAS_MUSL_LIBC)