test/MC/ELF requires X86?

Robinson, Paul Paul.Robinson at am.sony.com
Thu Mar 28 12:15:05 PDT 2013


Much of the ELF code is architecture-agnostic and I think there is value in
separating out the object-file-format tests from the machine-code tests.
I looked at a handful of MC/ELF tests, it looks like some of them are
architecture-neutral (as long as the assembler handles directives in a
common way).  Others are not, but maybe they'd be better off in a new
MC/ELF/X86 directory rather than MC/X86.
--paulr

From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Renato Golin
Sent: Thursday, March 28, 2013 10:20 AM
To: Rafael EspĂ­ndola
Cc: llvm-commits
Subject: Re: test/MC/ELF requires X86?

On 28 March 2013 17:01, Rafael EspĂ­ndola <rafael.espindola at gmail.com<mailto:rafael.espindola at gmail.com>> wrote:
Currently test/MC/ELF/lit.local.cfg checks if X86 is one of the
targets to build. Is this intentional? It is probably better to move
X86 specific tests to test/MC/X86 no?

I agree, and wonder how is that running on ARM targets if we don't build X86...

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130328/5e76f96f/attachment.html>


More information about the llvm-commits mailing list