You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// A basic clang -cc1 command-line.
|
|
|
|
// RUN: %clang %s -### -no-canonical-prefixes -target avr 2>&1 | FileCheck -check-prefix=CC1 %s
|
|
// CC1: clang{{.*}} "-cc1" "-triple" "avr"
|