[PATCH] D36480: [LLVM] Change to Verifier to allow Fortran CHARACTER types in debug information

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 13:54:54 PDT 2017


> On Aug 8, 2017, at 1:21 PM, David Blaikie <dblaikie at gmail.com> wrote:
> 
> Should be a matter of having some IR that uses the feature and probably testing it can be loaded, and generates the expected DWARF. There are lots of tests like this in LLVM.
For this patch particularly you can find examples in test/Verifier.
-- adrian


More information about the llvm-commits mailing list