Skip to content

Commit d3fb8b8

Browse files
committed
[lldb] Use system libLTO on ASAN bot
1 parent 16ac2be commit d3fb8b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/jenkins/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ 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)
578579
# There is no need to compile the lldb tests with an asanified compiler
579580
# if we have a host compiler available.
580581
if conf.CC():

0 commit comments

Comments
 (0)