Skip to content

Commit

Permalink
Revert "[RemoveDIs] Enable direct-to-bitcode writing by default"
Browse files Browse the repository at this point in the history
This reverts commit e419084.

Likely cause of buildbot failure:
https://lab.llvm.org/buildbot/#/builders/179/builds/9629
  • Loading branch information
OCHyams committed Mar 18, 2024
1 parent 8578b6e commit 9a5c0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/IR/BasicBlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cl::opt<bool>
bool WriteNewDbgInfoFormatToBitcode /*set default value in cl::init() below*/;
cl::opt<bool, true> WriteNewDbgInfoFormatToBitcode2(
"write-experimental-debuginfo-iterators-to-bitcode", cl::Hidden,
cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(true));
cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(false));

DPMarker *BasicBlock::createMarker(Instruction *I) {
assert(IsNewDbgInfoFormat &&
Expand Down

0 comments on commit 9a5c0d6

Please sign in to comment.