[llvm] r233165 - Linker: Temporarily disable dwarfdump checks from r233164
Rafael EspĂndola
rafael.espindola at gmail.com
Wed Mar 25 10:06:52 PDT 2015
On 25 March 2015 at 12:40, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
> I was thinking overnight about the best way to re-enable this for
> Darwin/Mach-O, since I don't think I can put target-specific tests in
> test/Linker.
>
> I'm planning to duplicate the test over to test/LTO/X86. I'll use the
> merged IR CHECKs only in test/Linker, and use the DWARF CHECKs only in
> test/LTO/X86. In both cases, I'll use the original (unmerged) IR files
> as input. (Testing from the merged IR in test/LTO/X86 seems like a bad
> option, since if/when we change what the correct merged result is, the
> testcase won't be interesting anymore.)
>
> Does this sound reasonable?
Sounds good to me.
And what Eric said about reproducing on Darwing with a linux triple.
There is something really broken on llc and llvm-dwarfdump if they
depend on the host when given a triple :-)
Cheers,
Rafael
More information about the llvm-commits
mailing list