[LLVMdev] asm-verbose (on by default) is really, really slow

Jakob Stoklund Olesen stoklund at 2pi.dk
Sun Dec 12 15:08:33 PST 2010


On Dec 12, 2010, at 12:52 PM, Anton Korobeynikov wrote:

>> Very true, but we do want the testsuite to run fast.  Can it be sped up?
> Can't we just run testsuite with asm-verbose=0 ?

That is already the default. From test-suite/Makefile.programs:

# Disable asm-verbose.  This can slow down compilation and is not what the
# compilers default to using.
LLCFLAGS += -asm-verbose=false

Most (new) nightly testers run TEST=simple which doesn't invoke llc at all.

/jakob

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101212/001096ff/attachment.bin>


More information about the llvm-dev mailing list