[all-commits] [llvm/llvm-project] b350c6: Revert "DebugInfo: Fix rangesBaseAddress DICompile...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Dec 30 22:55:40 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b350c666ab65b7585bc58301b03d2b46dc6b0504
https://github.com/llvm/llvm-project/commit/b350c666ab65b7585bc58301b03d2b46dc6b0504
Author: David Blaikie <dblaikie at gmail.com>
Date: 2019-12-30 (Mon, 30 Dec 2019)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/test/Assembler/dicompileunit.ll
M llvm/test/DebugInfo/X86/range_reloc.ll
Log Message:
-----------
Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserialization"
Seeing some curious CFI failures internally - which makes little sense
to me, as I don't think anyone is using this flag (even us,
internally)... so sounds like a bug in my code somewhere (possibly a
latent one that propagating this flag exposed, not sure). Reverting
while I investigate.
This reverts commit c51b45e32ef7f35c11891f60871aa9c2c04cd991.
More information about the All-commits
mailing list