0001-Link-against-libclang-cpp.so.patch 707 B

123456789101112131415161718
  1. From 22bbf8efc0deeb62cd706f1c2fee97201eb7427a Mon Sep 17 00:00:00 2001
  2. From: Tom Stellard <tstellar@redhat.com>
  3. Date: Fri, 13 Dec 2019 00:39:17 +0000
  4. Subject: [PATCH] Link against libclang-cpp.so
  5. --- ispc-1.16.0/CMakeLists.txt.orig 2021-06-11 17:41:24.000000000 -0700
  6. +++ ispc-1.16.0/CMakeLists.txt 2021-06-13 11:23:05.621934106 -0700
  7. @@ -281,7 +281,7 @@
  8. list(APPEND ISPC_TARGETS wasm-i32x4)
  9. endif()
  10. -set(CLANG_LIBRARY_LIST clangFrontend clangDriver clangSerialization clangParse clangSema clangAnalysis clangAST clangBasic clangEdit clangLex)
  11. +set(CLANG_LIBRARY_LIST clang-cpp)
  12. set(LLVM_COMPONENTS engine ipo bitreader bitwriter instrumentation linker option frontendopenmp)
  13. if (X86_ENABLED)