diff options
Diffstat (limited to 'clang/test/Driver/x86-march.c')
-rw-r--r-- | clang/test/Driver/x86-march.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Driver/x86-march.c b/clang/test/Driver/x86-march.c index 24404ff..15f8254 100644 --- a/clang/test/Driver/x86-march.c +++ b/clang/test/Driver/x86-march.c @@ -120,6 +120,10 @@ // RUN: | FileCheck %s -check-prefix=wildcatlake // wildcatlake: "-target-cpu" "wildcatlake" // +// RUN: %clang --target=x86_64 -c -### %s -march=novalake 2>&1 \ +// RUN: | FileCheck %s -check-prefix=novalake +// novalake: "-target-cpu" "novalake" +// // RUN: %clang --target=x86_64 -c -### %s -march=clearwaterforest 2>&1 \ // RUN: | FileCheck %s -check-prefix=clearwaterforest // clearwaterforest: "-target-cpu" "clearwaterforest" |