[PATCH] Add a DWOId field to DICompileUnit (so DWARF skeleton CUs can be expression in IR).
Eric Christopher
echristo at gmail.com
Mon May 4 16:01:38 PDT 2015
You can use llvm-as %s -o - | llvm-dis | FileCheck or something similar.
-eric
On Mon, May 4, 2015 at 4:00 PM Adrian Prantl <aprantl at apple.com> wrote:
> Here's the requested autoupgrade code.
>
> Duncan, is the ad-hoc fashion I implemented this the way to go, or is
> there a way to better separate the upgrades from the parser?
> Also, is there a way to test the autoupgrade without checking in binary
> bitcode?
>
>
> http://reviews.llvm.org/D9488
>
> Files:
> include/llvm/IR/DIBuilder.h
> include/llvm/IR/DebugInfoMetadata.h
> lib/AsmParser/LLParser.cpp
> 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
> test/Assembler/mdcompileunit.ll
> unittests/IR/MetadataTest.cpp
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150504/48b23953/attachment.html>
More information about the llvm-commits
mailing list