[PATCH] D14687: Macro support in LLVM IR
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 15 05:39:12 PST 2015
aaboud created this revision.
aaboud added reviewers: dblaikie, samsonov, echristo.
aaboud added a subscriber: llvm-commits.
aaboud set the repository for this revision to rL LLVM.
This patch introduce DIMacro and DIMacroFile debug info metadata in the LLVM IR to support macros.
Note: DIBuilder API for creating macro entries and emitting macro in dwarf sections will be committed in separate patches.
Repository:
rL LLVM
http://reviews.llvm.org/D14687
Files:
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/Metadata.def
include/llvm/IR/Metadata.h
include/llvm/Support/Dwarf.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/LLVMContextImpl.h
lib/IR/Verifier.cpp
lib/Support/Dwarf.cpp
test/Assembler/debug-info.ll
test/Assembler/dicompileunit.ll
unittests/IR/MetadataTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14687.40233.patch
Type: text/x-patch
Size: 40451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151115/56eadc16/attachment.bin>
More information about the llvm-commits
mailing list