[LLVMdev] Trouble with tweaking test-release.sh script

陳韋任 chenwj at iis.sinica.edu.tw
Tue Apr 24 05:37:42 PDT 2012


On Tue, Apr 24, 2012 at 07:14:15PM +0800, 陳韋任 wrote:
> > I'm not particularly happy about the failures here. We need to get to the bottom of them. In the previous email, you tried setting CFLAGS and CXXFLAGS to -fno-strict-aliasing during configuration. Try setting them during the 'make' command:
> > 
> > 	$ make ... CFLAGS=-fno-strict-aliasing CXXFLAGS=-fno-strict-aliasing
> > 
> > etc.
> > 
> > If you get failures with that, then try one of the test cases and see how it's failing. If it's a crash, then see if you can figure out why it's crashing. :-) You may have to compile and run things by hand to really dig into this...
> 
>   As you can see, the result of cross and native compile is quit different.
> Although currently I do both, I think we should decide we should count on
> cross or native compile result. Any suggestion on which one I should look into?

  Status update:

  With "CFLAGS=-fno-strict-aliasing CXXFLAGS=-fno-strict-aliasing", the cross
build still has the same failures before.

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj




More information about the llvm-dev mailing list