mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +00:00
[Driver] Add a missing -no-canonical-prefixes to test.
llvm-svn: 300873
This commit is contained in:
parent
4f1bed1bcf
commit
b12345c04c
@ -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…
x
Reference in New Issue
Block a user