Displaying 1 result from an estimated 1 matches for "each_target".
Did you mean:
batch_target
2010 Nov 23
2
[LLVMdev] LLVM unit and regression tests, enabled targets and conditions
...; REQUIRE: llc -mtriple=x86_64-apple-darwin < /dev/null
; RUN: llc -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_fbreg
; RUN: llc -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_fbreg
; Use DW_OP_fbreg in variable's location expression if the variable is
in a stack slot.
B.) $each_target placeholder, which could be used in the test run
command to indicate that this is the type 2 test. This placeholder
will be replaced with the appropriate value at the test run time.
For example, if the test/CodeGen/Generic/2003-07-07-BadLongConst.ll
will be defined as
; RUN: llc -march=$each_targ...