search for: enevill

Displaying 1 result from an estimated 1 matches for "enevill".

2014 Feb 20
2
[LLVMdev] test-suite wrongly using big-endian results
...R)/$*.reference_output.$(ENDIAN)-endian" ]; then \ Makefile.programs: cp $(PROJ_SRC_DIR)/$*.reference_output.$(ENDIAN)-endian $@; \ === This is correct, and I was assuming ENDIAN := little, as said above. === But then you get this on ALL tests in test.log: test.log:if [ -f "/home/enevill/llvm/test/test-suite/SingleSource/Regression/C++/EH/ConditionalExpr.reference_output.big-endian." ]; then \ test.log: cp /home/enevill/llvm/test/test-suite/SingleSource/Regression/C++/EH/ConditionalExpr.reference_output.big-endian. Output/ConditionalExpr.out-nat; \ test.log: elif...