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.
1 parent b145d96 commit aaf6c51Copy full SHA for aaf6c51
driver/targetmachine.cpp
@@ -65,7 +65,7 @@ static llvm::cl::opt<bool, true> preserveDwarfLineSection(
65
"to resort to an atos process."),
66
llvm::cl::Hidden, llvm::cl::ZeroOrMore,
67
llvm::cl::location(ldc::emitMachODwarfLineAsRegularSection),
68
- llvm::cl::init(false));
+ llvm::cl::init(true));
69
#endif
70
71
// Returns true if 'feature' is enabled and false otherwise. Handles the
0 commit comments