File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 483
483
// RUN: | FileCheck %s --check-prefix=DRIVER-PASS-INCLUDES
484
484
// DRIVER-PASS-INCLUDES: "-cc1" {{.*}}"-resource-dir" "[[RESOURCE:[^"]+]]"
485
485
// DRIVER-PASS-INCLUDES-SAME: {{^}} "-internal-isystem" "[[RESOURCE]]{{/|\\\\}}include"
486
- // DRIVER-PASS-INCLUDES-SAME: {{^}} "-internal-externc-isystem" "/usr/include"
486
+ // DRIVER-PASS-INCLUDES-SAME: {{^}} "-internal-externc-isystem" "{{.*}} /usr/include"
Original file line number Diff line number Diff line change 345
345
// RUN: | FileCheck %s --check-prefix=DRIVER-PASS-INCLUDES
346
346
// DRIVER-PASS-INCLUDES: "-cc1" {{.*}}"-resource-dir" "[[RESOURCE:[^"]+]]"
347
347
// DRIVER-PASS-INCLUDES: "-internal-isystem" "[[RESOURCE]]{{/|\\\\}}include"
348
- // DRIVER-PASS-INCLUDES: "-internal-externc-isystem" "/usr/include"
348
+ // DRIVER-PASS-INCLUDES: "-internal-externc-isystem" "{{.*}} /usr/include"
You can’t perform that action at this time.
0 commit comments