Skip to content

Commit aaf6c51

Browse files
committed
[TEMP: Test macOS CI with -preserve-dwarf-line-section]
1 parent b145d96 commit aaf6c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/targetmachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static llvm::cl::opt<bool, true> preserveDwarfLineSection(
6565
"to resort to an atos process."),
6666
llvm::cl::Hidden, llvm::cl::ZeroOrMore,
6767
llvm::cl::location(ldc::emitMachODwarfLineAsRegularSection),
68-
llvm::cl::init(false));
68+
llvm::cl::init(true));
6969
#endif
7070

7171
// Returns true if 'feature' is enabled and false otherwise. Handles the

0 commit comments

Comments
 (0)