[Driver] Add a missing -no-canonical-prefixes to test.

llvm-svn: 300873
This commit is contained in:
Benjamin Kramer 2017-04-20 19:06:24 +00:00
parent 4f1bed1bcf
commit b12345c04c

View File

@ -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"