Home
last modified time | relevance | path

Searched refs:build2 (Results 1 – 25 of 3108) sorted by relevance

12345678910>>...125

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
H A Dbrig-basic-inst-handler.cc233 tree t = build2 (BIT_AND_EXPR, TREE_TYPE (pos), operands[2], in build_pack()
241 tree bitoffset = build2 (MULT_EXPR, wide_type, ewidth, pos); in build_pack()
254 build2 (LSHIFT_EXPR, wide_type, mask, bitoffset)); in build_pack()
257 = build2 (BIT_AND_EXPR, wide_type, src_vect, clearing_mask); in build_pack()
263 = build2 (LSHIFT_EXPR, wide_type, in build_pack()
361 = build2 (MULT_EXPR, arith_type, operands[0], operands[1]); in build_inst_expr()
362 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
368 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
429 return build2 (opcode, arith_type, operands[0], operands[1]); in build_inst_expr()
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1); in operator ()()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
H A Dbrig-basic-inst-handler.cc233 tree t = build2 (BIT_AND_EXPR, TREE_TYPE (pos), operands[2], in build_pack()
241 tree bitoffset = build2 (MULT_EXPR, wide_type, ewidth, pos); in build_pack()
254 build2 (LSHIFT_EXPR, wide_type, mask, bitoffset)); in build_pack()
257 = build2 (BIT_AND_EXPR, wide_type, src_vect, clearing_mask); in build_pack()
263 = build2 (LSHIFT_EXPR, wide_type, in build_pack()
361 = build2 (MULT_EXPR, arith_type, operands[0], operands[1]); in build_inst_expr()
362 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
368 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
429 return build2 (opcode, arith_type, operands[0], operands[1]); in build_inst_expr()
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1); in operator ()()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
H A Dbrig-basic-inst-handler.cc233 tree t = build2 (BIT_AND_EXPR, TREE_TYPE (pos), operands[2], in build_pack()
241 tree bitoffset = build2 (MULT_EXPR, wide_type, ewidth, pos); in build_pack()
254 build2 (LSHIFT_EXPR, wide_type, mask, bitoffset)); in build_pack()
257 = build2 (BIT_AND_EXPR, wide_type, src_vect, clearing_mask); in build_pack()
263 = build2 (LSHIFT_EXPR, wide_type, in build_pack()
361 = build2 (MULT_EXPR, arith_type, operands[0], operands[1]); in build_inst_expr()
362 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
368 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
429 return build2 (opcode, arith_type, operands[0], operands[1]); in build_inst_expr()
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1); in operator ()()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
H A Dbrig-basic-inst-handler.cc233 tree t = build2 (BIT_AND_EXPR, TREE_TYPE (pos), operands[2], in build_pack()
241 tree bitoffset = build2 (MULT_EXPR, wide_type, ewidth, pos); in build_pack()
254 build2 (LSHIFT_EXPR, wide_type, mask, bitoffset)); in build_pack()
257 = build2 (BIT_AND_EXPR, wide_type, src_vect, clearing_mask); in build_pack()
263 = build2 (LSHIFT_EXPR, wide_type, in build_pack()
361 = build2 (MULT_EXPR, arith_type, operands[0], operands[1]); in build_inst_expr()
362 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
368 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
429 return build2 (opcode, arith_type, operands[0], operands[1]); in build_inst_expr()
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1); in operator ()()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
H A Dbrig-basic-inst-handler.cc233 tree t = build2 (BIT_AND_EXPR, TREE_TYPE (pos), operands[2], in build_pack()
241 tree bitoffset = build2 (MULT_EXPR, wide_type, ewidth, pos); in build_pack()
254 build2 (LSHIFT_EXPR, wide_type, mask, bitoffset)); in build_pack()
257 = build2 (BIT_AND_EXPR, wide_type, src_vect, clearing_mask); in build_pack()
263 = build2 (LSHIFT_EXPR, wide_type, in build_pack()
361 = build2 (MULT_EXPR, arith_type, operands[0], operands[1]); in build_inst_expr()
362 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
368 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
429 return build2 (opcode, arith_type, operands[0], operands[1]); in build_inst_expr()
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1); in operator ()()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
H A Dbrig-basic-inst-handler.cc233 tree t = build2 (BIT_AND_EXPR, TREE_TYPE (pos), operands[2], in build_pack()
241 tree bitoffset = build2 (MULT_EXPR, wide_type, ewidth, pos); in build_pack()
254 build2 (LSHIFT_EXPR, wide_type, mask, bitoffset)); in build_pack()
257 = build2 (BIT_AND_EXPR, wide_type, src_vect, clearing_mask); in build_pack()
263 = build2 (LSHIFT_EXPR, wide_type, in build_pack()
361 = build2 (MULT_EXPR, arith_type, operands[0], operands[1]); in build_inst_expr()
362 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
368 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
429 return build2 (opcode, arith_type, operands[0], operands[1]); in build_inst_expr()
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1); in operator ()()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
H A Dbrig-basic-inst-handler.cc233 tree t = build2 (BIT_AND_EXPR, TREE_TYPE (pos), operands[2], in build_pack()
241 tree bitoffset = build2 (MULT_EXPR, wide_type, ewidth, pos); in build_pack()
254 build2 (LSHIFT_EXPR, wide_type, mask, bitoffset)); in build_pack()
257 = build2 (BIT_AND_EXPR, wide_type, src_vect, clearing_mask); in build_pack()
263 = build2 (LSHIFT_EXPR, wide_type, in build_pack()
361 = build2 (MULT_EXPR, arith_type, operands[0], operands[1]); in build_inst_expr()
362 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
368 return build2 (PLUS_EXPR, arith_type, mult_res, operands[2]); in build_inst_expr()
429 return build2 (opcode, arith_type, operands[0], operands[1]); in build_inst_expr()
617 = build2 (MULT_EXPR, promoted_type, operand0, operand1); in operator ()()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
71 expr = build2 (BIT_AND_EXPR, TREE_TYPE (expr), in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/MachO/
H A Dreproduce.s22 # RUN: mkdir -p %t.dir/build2/a/b/c
23 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %s -o %t.dir/build2/foo.o
24 # RUN: cd %t.dir/build2/a/b/c
25 # RUN: echo ./../../../foo.o > %t.dir/build2/filelist
26 # RUN: env LLD_REPRODUCE=repro2.tar %lld -filelist %t.dir/build2/filelist -o /dev/null
27 # RUN: tar xOf repro2.tar repro2/%:t.dir/build2/foo.o > build2-foo.o
28 # RUN: cmp %t.dir/build2/foo.o build2-foo.o
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/MachO/
H A Dreproduce.s22 # RUN: mkdir -p %t.dir/build2/a/b/c
23 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %s -o %t.dir/build2/foo.o
24 # RUN: cd %t.dir/build2/a/b/c
25 # RUN: echo ./../../../foo.o > %t.dir/build2/filelist
26 # RUN: env LLD_REPRODUCE=repro2.tar %lld -filelist %t.dir/build2/filelist -o /dev/null
27 # RUN: tar xOf repro2.tar repro2/%:t.dir/build2/foo.o > build2-foo.o
28 # RUN: cmp %t.dir/build2/foo.o build2-foo.o
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/ci/pipeline_processing/test_cases/
H A Ddag_build2_build1_rules_out_test_needs_build1_with_optional.yml8 build2:
26 build2: pending
38 build2: pending
42 jobs: [build2]
49 build2: success

12345678910>>...125