forked from OSchip/llvm-project
Attempt to fix buildbots not targetting x86
r280613 introduced failures for all builds that don't target x86 by default. Add an explicit target to avoid a missing feature diagnostic. llvm-svn: 280658
This commit is contained in:
parent
3c503d1b52
commit
3ddbb81ea0
|
@ -1,5 +1,5 @@
|
|||
// RUN: rm -rf %t
|
||||
// RUN: %clang_cc1 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -verify -ffreestanding
|
||||
// RUN: %clang_cc1 -triple x86 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -verify -ffreestanding
|
||||
// expected-no-diagnostics
|
||||
|
||||
#include<x86intrin.h>
|
||||
|
|
Loading…
Reference in New Issue