aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2020-01-17 12:52:36 -0800
committerAdrian Prantl <aprantl@apple.com>2020-01-17 12:52:36 -0800
commitc17aee67f1007426fb12f4081183bb8ec5dc3d15 (patch)
treeb8985cf0e957f949c9bb394f184831dca3b537c2 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent94dd096f35a2fc61a1fe67e676e342452000141a (diff)
downloadllvm-c17aee67f1007426fb12f4081183bb8ec5dc3d15.zip
llvm-c17aee67f1007426fb12f4081183bb8ec5dc3d15.tar.gz
llvm-c17aee67f1007426fb12f4081183bb8ec5dc3d15.tar.bz2
Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot"
This reverts commit 12e479475a896f664fb721f98c2d6805185ac352. I accidentally landed this patch with the wrong commit message ...
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
index 956bbcd..ef92bc2 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -1662,8 +1662,6 @@ void ModuleBitcodeWriter::writeDICompileUnit(const DICompileUnit *N,
Record.push_back(N->getSplitDebugInlining());
Record.push_back(N->getDebugInfoForProfiling());
Record.push_back((unsigned)N->getNameTableKind());
- Record.push_back(N->getRangesBaseAddress());
- Record.push_back(VE.getMetadataOrNullID(N->getRawSysRoot()));
Stream.EmitRecord(bitc::METADATA_COMPILE_UNIT, Record, Abbrev);
Record.clear();