[PATCH] D14687: Macro support in LLVM IR
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 07:25:57 PST 2015
aaboud updated this revision to Diff 40644.
aaboud added a comment.
This new patch contains the following modifications:
1. Name change: "MacroNode" -> "DIMacroNode"
2. Added documentation for "DIMacro" and "DIMacroFile" to LangRef.
Note: I did not document "DIMacroNode" in the LangRef as it is not part of the LLVM IR textual representation, similar to "DINode" that is not mentioned either in the LangRef document.
Repository:
rL LLVM
http://reviews.llvm.org/D14687
Files:
docs/LangRef.rst
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.40644.patch
Type: text/x-patch
Size: 42965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/3cc756c6/attachment-0001.bin>
More information about the llvm-commits
mailing list