File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 108
108
// Verify that the bare metal driver does not include any host system paths:
109
109
// CHECK-AARCH64-NO-HOST-INC: InstalledDir: [[INSTALLEDDIR:.+]]
110
110
// CHECK-AARCH64-NO-HOST-INC: "-resource-dir" "[[RESOURCE:[^"]+]]"
111
- // CHECK-AARCH64-NO-HOST-INC-SAME: "-internal-isystem" "[[INSTALLEDDIR]]/../ lib/ clang-runtimes/ aarch64-none-elf/ include/ c++/ v1"
112
- // CHECK-AARCH64-NO-HOST-INC-SAME: "-internal-isystem" "[[RESOURCE]]/ include"
113
- // CHECK-AARCH64-NO-HOST-INC-SAME: "-internal-isystem" "[[INSTALLEDDIR]]/../ lib/ clang-runtimes/ aarch64-none-elf/ include"
111
+ // CHECK-AARCH64-NO-HOST-INC-SAME: "-internal-isystem" "[[INSTALLEDDIR]]{{[/\\]+}}..{{[/\\]+}} lib{{[/\\]+}} clang-runtimes{{[/\\]+}} aarch64-none-elf{{[/\\]+}} include{{[/\\]+}} c++{{[/\\]+}} v1"
112
+ // CHECK-AARCH64-NO-HOST-INC-SAME: "-internal-isystem" "[[RESOURCE]]{{[/\\]+}} include"
113
+ // CHECK-AARCH64-NO-HOST-INC-SAME: "-internal-isystem" "[[INSTALLEDDIR]]{{[/\\]+}}..{{[/\\]+}} lib{{[/\\]+}} clang-runtimes{{[/\\]+}} aarch64-none-elf{{[/\\]+}} include"
114
114
115
115
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
116
116
// RUN: -target riscv64-unknown-elf \
You can’t perform that action at this time.
0 commit comments