diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-09-05 13:14:54 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-09-05 13:14:54 +0000 |
| commit | f852ac88f3ee041dce5a33d902990b19027bfc0f (patch) | |
| tree | 48e4a0549f8920fed4613bccaf3cd1a963f9e4a6 /clang/test/Modules | |
| parent | 3ddbb81ea034179623a4ffa8c00779e1e06cd550 (diff) | |
| download | bcm5719-llvm-f852ac88f3ee041dce5a33d902990b19027bfc0f.tar.gz bcm5719-llvm-f852ac88f3ee041dce5a33d902990b19027bfc0f.zip | |
clang/test/Modules/compiler_builtins_x86.c: Fix r280658.
llvm-svn: 280659
Diffstat (limited to 'clang/test/Modules')
| -rw-r--r-- | clang/test/Modules/compiler_builtins_x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/compiler_builtins_x86.c b/clang/test/Modules/compiler_builtins_x86.c index 036516b21d1..d44c3029adf 100644 --- a/clang/test/Modules/compiler_builtins_x86.c +++ b/clang/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<x86intrin.h> |

