mirror of https://github.com/microsoft/clang.git
[Driver] Add a missing -no-canonical-prefixes to test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4727f2079
commit
5df03525b7
|
@ -1,5 +1,5 @@
|
|||
// A test for the propagation of the -mmcu option to -cc1 and -cc1as
|
||||
|
||||
// RUN: %clang -### -target avr -mmcu=atmega328p -save-temps %s 2>&1 | FileCheck %s
|
||||
// RUN: %clang -### -target avr -no-canonical-prefixes -mmcu=atmega328p -save-temps %s 2>&1 | FileCheck %s
|
||||
// CHECK: clang{{.*}} "-cc1" {{.*}} "-target-cpu" "atmega328p"
|
||||
// CHECK: clang{{.*}} "-cc1as" {{.*}} "-target-cpu" "atmega328p"
|
||||
|
|
Loading…
Reference in New Issue