Skip to content

Commit 9a5c0d6

Browse files
committed
Revert "[RemoveDIs] Enable direct-to-bitcode writing by default"
This reverts commit e419084. Likely cause of buildbot failure: https://lab.llvm.org/buildbot/#/builders/179/builds/9629
1 parent 8578b6e commit 9a5c0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/BasicBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cl::opt<bool>
3939
bool WriteNewDbgInfoFormatToBitcode /*set default value in cl::init() below*/;
4040
cl::opt<bool, true> WriteNewDbgInfoFormatToBitcode2(
4141
"write-experimental-debuginfo-iterators-to-bitcode", cl::Hidden,
42-
cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(true));
42+
cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(false));
4343

4444
DPMarker *BasicBlock::createMarker(Instruction *I) {
4545
assert(IsNewDbgInfoFormat &&

0 commit comments

Comments
 (0)