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.
2 parents 031406b + 8106a56 commit 6b5f74aCopy full SHA for 6b5f74a
lldb/test/API/repl/cpp_exceptions/Makefile
@@ -16,6 +16,7 @@ libCppLib.dylib: CppLib/CppLib.cpp
16
libWrapper.dylib: libCppLib.dylib
17
$(MAKE) -f $(MAKEFILE_RULES) \
18
DYLIB_NAME=Wrapper DYLIB_SWIFT_SOURCES=wrapper.swift \
19
+ LD_EXTRAS="$(LD_EXTRAS)" \
20
SWIFTFLAGS_EXTRAS="-I$(SRCDIR) -L. -lCppLib -module-link-name Wrapper"
21
22
# Make sure Makefile and test agree on the SDK.
0 commit comments