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 c05cd2a commit c44c6a7Copy full SHA for c44c6a7
zorg/jenkins/build.py
@@ -575,7 +575,6 @@ 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