Skip to content

Commit 8106a56

Browse files
committed
[lldb] Use specified LD_EXTRAS when building TestSwiftCPPExceptionsInREPL
1 parent 20d136f commit 8106a56

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)