[llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results

Duncan Sands baldrick at free.fr
Mon Aug 29 01:13:50 PDT 2011


Hi Bob,

> New Failures
> SingleSource/UnitTests/initp1.exec

this is presumably due to changes I made yesterday to AsmPrinter.cpp which
causes constructors and destructors to be output in reverse priority order.
This is what Linux systems want.  Previously the priority was being ignored,
however in the initp1 testcase the entries in llvm.global_ctors happened to
be in order of increasing priority, which meant that they were being output
in priority order by accident.  So my guess is that Darwin wants ctors and
dtors to be output in priority order, while Linux wants them in the reverse
order.  Can anyone confirm this?

Ciao, Duncan.



More information about the llvm-testresults mailing list