|
1 | 1 | // RUN: rm -rf %t && mkdir -p %t
|
2 |
| -// RUN: llvm-mc --filetype=obj --cas-backend --cas=/tmp/cas --mccas-native %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o %t/test.o |
| 2 | +// RUN: llvm-mc --filetype=obj --cas-backend --cas=%t/cas --mccas-native %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o %t/test.o |
3 | 3 | // RUN: cat %t/test.o.casid | FileCheck %s --check-prefix=NATIVE_FILENAME
|
4 | 4 | // NATIVE_FILENAME: CASID:Jllvmcas://{{.*}}
|
5 | 5 | //
|
6 | 6 | // RUN: rm -rf %t && mkdir -p %t
|
7 |
| -// RUN: llvm-mc --filetype=obj --cas-backend --cas=/tmp/cas --mccas-verify %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o %t/test.o |
| 7 | +// RUN: llvm-mc --filetype=obj --cas-backend --cas=%t/cas --mccas-verify %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o %t/test.o |
8 | 8 | // RUN: cat %t/test.o.casid | FileCheck %s --check-prefix=VERIFY_FILENAME
|
9 | 9 | // VERIFY_FILENAME: CASID:Jllvmcas://{{.*}}
|
10 | 10 | //
|
11 | 11 | // RUN: rm -rf %t && mkdir -p %t
|
12 |
| -// RUN: llvm-mc --filetype=obj --cas-backend --cas=/tmp/cas --mccas-casid %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o %t/test.o |
| 12 | +// RUN: llvm-mc --filetype=obj --cas-backend --cas=%t/cas --mccas-casid %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o %t/test.o |
13 | 13 | // RUN: not cat %t/test.o.casid
|
14 | 14 | //
|
15 | 15 | // RUN: rm -rf %t && mkdir -p %t
|
16 |
| -// RUN: llvm-mc --filetype=obj --cas-backend --cas=/tmp/cas --mccas-native %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o - |
| 16 | +// RUN: llvm-mc --filetype=obj --cas-backend --cas=%t/cas --mccas-native %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o - |
17 | 17 | // RUN: not cat %t/test.o.casid
|
18 | 18 | //
|
19 | 19 | // RUN: rm -rf %t && mkdir -p %t
|
20 |
| -// RUN: llvm-mc --filetype=obj --cas-backend --cas=/tmp/cas --mccas-verify %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o - |
| 20 | +// RUN: llvm-mc --filetype=obj --cas-backend --cas=%t/cas --mccas-verify %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o - |
21 | 21 | // RUN: not cat %t/test.o.casid
|
22 | 22 | //
|
23 | 23 | // RUN: rm -rf %t && mkdir -p %t
|
24 |
| -// RUN: llvm-mc --filetype=obj --cas-backend --cas=/tmp/cas --mccas-casid %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o - |
| 24 | +// RUN: llvm-mc --filetype=obj --cas-backend --cas=%t/cas --mccas-casid %s --mccas-emit-casid-file -triple arm64-apple-macosx14.0.0 -o - |
25 | 25 | // RUN: not cat %t/test.o.casid
|
26 | 26 |
|
27 | 27 | .section __TEXT,__text,regular,pure_instructions
|
|
0 commit comments