Skip to content

Commit c44c6a7

Browse files
committed
Revert "[lldb] Use system libLTO on ASAN bot"
This reverts commit d3fb8b8.
1 parent c05cd2a commit c44c6a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zorg/jenkins/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ def lldb_cmake_builder(target, variant=None):
575575
+ "../lib/libLTO.dylib"
576576
)
577577
cmake_cmd.append("-DLIBCXXABI_LINK_FLAGS=-Wl,-lto_library -Wl" + liblto)
578-
cmake_cmd.append("-DLIBCXX_LINK_FLAGS=-Wl,-lto_library -Wl" + liblto)
579578
# There is no need to compile the lldb tests with an asanified compiler
580579
# if we have a host compiler available.
581580
if conf.CC():

0 commit comments

Comments
 (0)