mirror of https://github.com/microsoft/clang.git
Add a triple to try and get this test passing on the ARM bots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1589d904c9
commit
584ddc6ce5
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -nostdsysteminc -nobuiltininc -isystem %S/Inputs -emit-llvm-only %s
|
||||
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -nostdsysteminc -nobuiltininc -isystem %S/Inputs -emit-llvm-only %s
|
||||
|
||||
// This used to cause a read past the end of a global variable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue