From: Benjamin Kramer Date: Thu, 20 Apr 2017 19:06:24 +0000 (+0000) Subject: [Driver] Add a missing -no-canonical-prefixes to test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5df03525b7db34b41c9993140e55877a1f0e8fd3;p=clang [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 --- diff --git a/test/Driver/avr-mmcu.c b/test/Driver/avr-mmcu.c index efe75fded6..0d92ceb875 100644 --- a/test/Driver/avr-mmcu.c +++ b/test/Driver/avr-mmcu.c @@ -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"