mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1483,6 +1483,9 @@ void IRGenModule::addLinkLibrary(const LinkLibrary &linkLib) {
|
||||
// emit it into the IR of debugger expressions.
|
||||
if (Context.LangOpts.DebuggerSupport)
|
||||
return;
|
||||
|
||||
if (Context.LangOpts.hasFeature(Feature::Embedded))
|
||||
return;
|
||||
|
||||
switch (linkLib.getKind()) {
|
||||
case LibraryKind::Library: {
|
||||
|
||||
Reference in New Issue
Block a user