File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ find_path(LLD_INCLUDE_DIRS NAMES lld/Common/Driver.h
1212 /usr/lib/llvm-19/include
1313 /usr/local/llvm190/include
1414 /usr/local/llvm19/include
15- /usr/local/opt/llvm @19/include
16- /opt/homebrew/opt/llvm @19/include
15+ /usr/local/opt/lld @19/include
16+ /opt/homebrew/opt/lld @19/include
1717 /mingw64/include )
1818
1919find_library (LLD_LIBRARY NAMES lld-19.0 lld190 lld NAMES_PER_DIR
@@ -22,8 +22,8 @@ find_library(LLD_LIBRARY NAMES lld-19.0 lld190 lld NAMES_PER_DIR
2222 /usr/lib/llvm-19/lib
2323 /usr/local/llvm190/lib
2424 /usr/local/llvm19/lib
25- /usr/local/opt/llvm @19/lib
26- /opt/homebrew/opt/llvm @19/lib
25+ /usr/local/opt/lld @19/lib
26+ /opt/homebrew/opt/lld @19/lib
2727)
2828if (EXISTS ${LLD_LIBRARY} )
2929 set (LLD_LIBRARIES ${LLD_LIBRARY} )
3737 /usr/lib/llvm-19/lib
3838 /usr/local/llvm190/lib
3939 /usr/local/llvm19/lib
40- /usr/local/opt/llvm @19/lib
41- /opt/homebrew/opt/llvm @19/lib
40+ /usr/local/opt/lld @19/lib
41+ /opt/homebrew/opt/lld @19/lib
4242 /mingw64/lib
4343 /c/msys64/mingw64/lib
4444 c:/msys64/mingw64/lib)
You can’t perform that action at this time.
0 commit comments