Skip to content
Snippets Groups Projects
Commit 55a7ba0f authored by Eli Friedman's avatar Eli Friedman
Browse files

Mark test as requiring x86 backend.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143427 91177308-0d34-0410-b5e6-96231b3b80d8
parent 8bb6e9e5
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -triple x86_64-apple-darwin -Os -S -g -o - %s | FileCheck %s // RUN: %clang_cc1 -triple x86_64-apple-darwin -Os -S -g -o - %s | FileCheck %s
// REQUIRES: x86-registered-target
int calculate(int); int calculate(int);
static void test_indvars(int *Array1, int Array2[100][200]) { static void test_indvars(int *Array1, int Array2[100][200]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment