From 94fce434b2e10c29dbef4763661c7bad40840b83 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 5 Sep 2016 13:14:54 +0000 Subject: [PATCH] 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 --- test/Modules/compiler_builtins_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1