From: James Molloy Date: Mon, 5 Sep 2016 12:28:49 +0000 (+0000) Subject: Attempt to fix buildbots not targetting x86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6641549642707c15bcbdc8ee1a51b90e45ae5dd7;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280658 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/compiler_builtins_x86.c b/test/Modules/compiler_builtins_x86.c index f24bbafbd1..036516b21d 100644 --- a/test/Modules/compiler_builtins_x86.c +++ b/test/Modules/compiler_builtins_x86.c @@ -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