Skip to content

Commit

Permalink
[clang][Apple][cmake] Disable plugin support at LLVM level (#89483)
Browse files Browse the repository at this point in the history
Matches up with the clang setting
  • Loading branch information
cyndyishida committed Apr 20, 2024
1 parent 6fedc18 commit f03cd2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/cmake/caches/Apple-stage2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
set(LLVM_ENABLE_MODULES ON CACHE BOOL "")
set(LLVM_EXTERNALIZE_DEBUGINFO ON CACHE BOOL "")
set(LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES OFF CACHE BOOL "")
set(LLVM_PLUGIN_SUPPORT OFF CACHE BOOL "")
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
set(CLANG_SPAWN_CC1 ON CACHE BOOL "")
set(BUG_REPORT_URL "http://developer.apple.com/bugreporter/" CACHE STRING "")
Expand Down

0 comments on commit f03cd2d

Please sign in to comment.