Skip to content

Commit

Permalink
Merged master:9a8d7bd7704 into amd-gfx:d30d5903bc7
Browse files Browse the repository at this point in the history
Local branch amd-gfx d30d590 Merged master:3a2df3bad07 into amd-gfx:418304c43ae
Remote branch master 9a8d7bd [clang][test] fix tests for external assemblers
  • Loading branch information
Sw authored and Sw committed May 26, 2020
2 parents d30d590 + 9a8d7bd commit e145900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clang/test/Driver/debug-prefix-map.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clang -### -g -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s
// RUN: %clang -### -g -ffile-prefix-map=old=new %s 2>&1 | FileCheck %s
// RUN: %clang -### -g -fintegrated-as -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s
// RUN: %clang -### -g -fintegrated-as -ffile-prefix-map=old=new %s 2>&1 | FileCheck %s

// CHECK: cc1as
// CHECK-SAME: -fdebug-prefix-map=old=new
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Driver/flang/flang.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
! CHECK-S-DAG: "-S"
! CHECK-S-DAG: "-o" "{{[^"]*}}.s"

! RUN: %clang --driver-mode=flang -### %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-EMIT-OBJ %s
! RUN: %clang --driver-mode=flang -### -fintegrated-as %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-EMIT-OBJ %s
! CHECK-EMIT-OBJ-DAG: "-emit-obj"
! CHECK-EMIT-OBJ-DAG: "-o" "{{[^"]*}}.o"

Expand Down
2 changes: 1 addition & 1 deletion clang/test/Driver/flang/flang_ucase.F90
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
! CHECK-S-DAG: "-S"
! CHECK-S-DAG: "-o" "{{[^"]*}}.s"

! RUN: %clang --driver-mode=flang -### %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-EMIT-OBJ %s
! RUN: %clang --driver-mode=flang -### -fintegrated-as %s 2>&1 | FileCheck --check-prefixes=ALL,CHECK-EMIT-OBJ %s
! CHECK-EMIT-OBJ-DAG: "-emit-obj"
! CHECK-EMIT-OBJ-DAG: "-o" "{{[^"]*}}.o"

Expand Down

0 comments on commit e145900

Please sign in to comment.