From: NAKAMURA Takumi Date: Mon, 5 Sep 2016 13:14:54 +0000 (+0000) Subject: clang/test/Modules/compiler_builtins_x86.c: Fix r280658. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94fce434b2e10c29dbef4763661c7bad40840b83;p=clang clang/test/Modules/compiler_builtins_x86.c: Fix r280658. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280659 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/compiler_builtins_x86.c b/test/Modules/compiler_builtins_x86.c index 036516b21d..d44c3029ad 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 -triple x86 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -verify -ffreestanding +// RUN: %clang_cc1 -triple i686-unknown-unknown -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -verify -ffreestanding // expected-no-diagnostics #include