Displaying 2 results from an estimated 2 matches for "requires_eh_support".
2007 Oct 11
1
[LLVMdev] .ll test cases for tail call optimization in test-suite
...ectory.
I want to compare the output of a file compile with normal llc with a
file compiled with llc -tailcallopt.
So my SingleSource/TailCall/Makefile looks like the following:
----
LEVEL = ../..
include $(LEVEL)/Makefile.config
#DISABLE_FOR_LLVM_PROGRAMS := 1
PROGRAM_REQUIRED_TO_EXIT_OK := 1
#REQUIRES_EH_SUPPORT := 1
PROGRAMS_TO_TEST :=
$(patsubst $(SourceDir)/%,%,$(basename $(wildcard $(SourceDir)/*.ll)))
include $(LEVEL)/Makefile.programs
.PRECIOUS: Output/%.linked.rll
Output/%.linked.rbc: Output/%.bc
-cp -f $< $@
# since there is no native use llc output
Output/%.native: Output/%.bc O...
2010 Jan 22
2
[LLVMdev] status of EH tests in llvm test-suite
...nes of code of all your tests and seems quite useful. In addition, it
seems to work for us. Is there something wrong with this test (e.g.
buggy test?). Or is (or was) llvm buggy when running this test?
3) There are also tests (using the default configuration) that in the
Makefile specify "REQUIRES_EH_SUPPORT=1" and seem to not run by
default:
SingleSource/UnitTests:
SetjmpLongjmp/C++/C++Catch.cpp
SetjmpLongjmp/C++/C/FarJump.c
SetjmpLongjmp/C++/C/Looping.c
SetjmpLongjmp/C++/C/MultipleSetjmp.c
SetjmpLongjmp/C++/C/SimpleCTest.c...