mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
No need to emit a Swift module in -gline-tables-only mode.
Thanks Jordan for pointing this out! Swift SVN r23616
This commit is contained in:
@@ -496,7 +496,7 @@ Job *darwin::Linker::constructJob(const JobAction &JA,
|
||||
addPrimaryInputsOfType(Arguments, *Inputs, types::TY_Object);
|
||||
addInputsOfType(Arguments, InputActions, types::TY_Object);
|
||||
|
||||
if (OI.DebugInfoKind > IRGenDebugInfoKind::None) {
|
||||
if (OI.DebugInfoKind == IRGenDebugInfoKind::Normal) {
|
||||
Arguments.push_back("-add_ast_path");
|
||||
|
||||
size_t argCount = Arguments.size();
|
||||
|
||||
Reference in New Issue
Block a user