Commit e2347d1
committed
tc_build: llvm: Ensure LLVM_LINK_LLVM_DYLIB remains off
Currently, this is disabled by default but LLVM upstream is talking
about flipping this value to ON for certain platform. It hurts the speed
of the compiler, which is one of tc-build's primary focuses with the
easy integration of PGO, BOLT, and LTO. Keep this option off to maintain
the status quo.
Link: https://discourse.llvm.org/t/rfc-llvm-link-llvm-dylib-should-default-to-on-on-posix-platforms/85908
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent 61954c3 commit e2347d1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments