Skip to content

Commit 6b5f74a

Browse files
authored
Merge pull request #3685 from augusto2112/fix-cpp-exceptions-in-repl
[lldb] Use specified LD_EXTRAS when building TestSwiftCPPExceptionsInREPL
2 parents 031406b + 8106a56 commit 6b5f74a

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/repl/cpp_exceptions

1 file changed

+1
-0
lines changed

lldb/test/API/repl/cpp_exceptions/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ libCppLib.dylib: CppLib/CppLib.cpp
1616
libWrapper.dylib: libCppLib.dylib
1717
$(MAKE) -f $(MAKEFILE_RULES) \
1818
DYLIB_NAME=Wrapper DYLIB_SWIFT_SOURCES=wrapper.swift \
19+
LD_EXTRAS="$(LD_EXTRAS)" \
1920
SWIFTFLAGS_EXTRAS="-I$(SRCDIR) -L. -lCppLib -module-link-name Wrapper"
2021

2122
# Make sure Makefile and test agree on the SDK.

0 commit comments

Comments
 (0)