Home | History | Annotate | Download | only in Driver

Lines Matching full:inputs

3 // CHECK01: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
4 // CHECK01: "GNU::Assembler", inputs: ["{{.*}}.s"], output: "{{.*}}.o"
5 // CHECK01: "gcc::Linker", inputs: ["{{.*}}.o"], output: "a.out"
10 // CHECK05: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
13 // CHECK08: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
16 // CHECK11: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
19 // CHECK12: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
23 // CHECK14: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
24 // CHECK14: "darwin::Assembler", inputs: ["{{.*}}.s"], output: "{{.*}}.o"
25 // CHECK14: "darwin::Linker", inputs: ["{{.*}}.o"], output: "a.out"