aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2021-08-19 15:54:38 -0700
committerYonghong Song <yhs@fb.com>2021-08-19 15:54:38 -0700
commitc1169b8bd3255dbae62c0a6122c0f0eda28b5814 (patch)
treea18ae7071c6736e23629cfc4554daa4c8f815890 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent2fded193e7a8fb5bd8fb339f00fd9de686390530 (diff)
downloadllvm-c1169b8bd3255dbae62c0a6122c0f0eda28b5814.zip
llvm-c1169b8bd3255dbae62c0a6122c0f0eda28b5814.tar.gz
llvm-c1169b8bd3255dbae62c0a6122c0f0eda28b5814.tar.bz2
Revert "[DebugInfo] generate btf_tag annotations for DIComposite types"
This reverts commit 2fded193e7a8fb5bd8fb339f00fd9de686390530. Builtbot reports some test failures. Revert now so I can take time to fix the issues.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
index c5d8c55..ed2c66e 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -1714,7 +1714,6 @@ void ModuleBitcodeWriter::writeDICompositeType(
Record.push_back(VE.getMetadataOrNullID(N->getRawAssociated()));
Record.push_back(VE.getMetadataOrNullID(N->getRawAllocated()));
Record.push_back(VE.getMetadataOrNullID(N->getRawRank()));
- Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get()));
Stream.EmitRecord(bitc::METADATA_COMPOSITE_TYPE, Record, Abbrev);
Record.clear();