Skip to content

Commit

Permalink
cmake/llvm: Don't unset LLVM_CONFIG_EXE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridai Govinda Pombo authored and andrewrk committed May 20, 2024
1 parent 50a1419 commit 28476a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/Findllvm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
if(ZIG_USE_LLVM_CONFIG)
set(LLVM_CONFIG_ERROR_MESSAGES "")
while(1)
unset(LLVM_CONFIG_EXE CACHE)
find_program(LLVM_CONFIG_EXE
NAMES llvm-config-18 llvm-config-18.0 llvm-config180 llvm-config18 llvm-config NAMES_PER_DIR
PATHS
Expand Down

0 comments on commit 28476a5

Please sign in to comment.