Displaying 1 result from an estimated 1 matches for "stackvariable".
2010 Nov 23
2
[LLVMdev] LLVM unit and regression tests, enabled targets and conditions
...ied conditions are met or
considered UNSUPPORTED otherwise.
Both types (1) Target-independent and (2) Target-dependent tests could
be also type 3 tests.
For example, lli JIT tests are the type 3 tests and should be run only
for the host platform if it is supported by lli.
test/DebugInfo/2010-08-04-StackVariable.ll is another example of such tests.
As it is now, tests are treated as type 1 by default, we do not have
support for type 2 tests and we define type 3 tests by using
XTARGET/XFAIL declarations (for example
llvm/test/FrontendC/2009-01-20-k8.c) and/or DejaGNU configuration
files for group of tests...