diff options
author | Yonghong Song <yhs@fb.com> | 2021-08-19 15:54:38 -0700 |
---|---|---|
committer | Yonghong Song <yhs@fb.com> | 2021-08-19 15:54:38 -0700 |
commit | c1169b8bd3255dbae62c0a6122c0f0eda28b5814 (patch) | |
tree | a18ae7071c6736e23629cfc4554daa4c8f815890 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 2fded193e7a8fb5bd8fb339f00fd9de686390530 (diff) | |
download | llvm-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.cpp | 1 |
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(); |