We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ac2be commit d3fb8b8Copy full SHA for d3fb8b8
zorg/jenkins/build.py
@@ -575,6 +575,7 @@ def lldb_cmake_builder(target, variant=None):
575
+ "../lib/libLTO.dylib"
576
)
577
cmake_cmd.append("-DLIBCXXABI_LINK_FLAGS=-Wl,-lto_library -Wl" + liblto)
578
+ cmake_cmd.append("-DLIBCXX_LINK_FLAGS=-Wl,-lto_library -Wl" + liblto)
579
# There is no need to compile the lldb tests with an asanified compiler
580
# if we have a host compiler available.
581
if conf.CC():
0 commit comments