Skip to content

Commit

Permalink
[ARM][CMSE] Fix clang/test/Driver/save-temps.c test.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D76703
  • Loading branch information
pifon2a committed Mar 24, 2020
1 parent 386f95e commit 10bd842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/Driver/save-temps.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
// CHECK-SAVE-TEMPS: "-cc1as"
// CHECK-SAVE-TEMPS: "-dwarf-version={{.}}"

// RUN: %clang --target=arm-arm-none-eabi -march=armv8-m.main -mcmse -save-temps -c -v %s 2>&1 \
// RUN: %clang --target=arm-arm-none-eabi -march=armv8-m.main -mcmse -save-temps -c -v %s -### 2>&1 \
// RUN: | FileCheck %s -check-prefix=CHECK-SAVE-TEMPS-CMSE
// RUN: %clang --target=arm-arm-none-eabi -march=armv8-m.main -mcmse -x assembler -c -v %s 2>&1 \
// RUN: %clang --target=arm-arm-none-eabi -march=armv8-m.main -mcmse -x assembler -c -v %s -### 2>&1 \
// RUN: | FileCheck %s -check-prefix=CHECK-SAVE-TEMPS-CMSE
// CHECK-SAVE-TEMPS-CMSE: -cc1as
// CHECK-SAVE-TEMPS-CMSE: +8msecext
Expand Down

0 comments on commit 10bd842

Please sign in to comment.