mirror of https://github.com/microsoft/clang.git
Bringt back -triple so the test passes on non-x86.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae2de79ce2
commit
f24f5004bb
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -ffreestanding -verify -fsyntax-only %s
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-darwin -ffreestanding -verify -fsyntax-only %s
|
||||
|
||||
#include <tmmintrin.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue