diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-07-07 23:19:46 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-07-07 23:19:46 +0000 |
commit | 142ec39739ce2cdfaea28407f916e241bbd4c43c (patch) | |
tree | fac664158611309a7d6b6387df4b0835d1fe0e50 /clang/test/OpenMP/for_codegen.cpp | |
parent | 3d43f66c9157278210ac7fb6d36664ecd8219fee (diff) | |
download | bcm5719-llvm-142ec39739ce2cdfaea28407f916e241bbd4c43c.tar.gz bcm5719-llvm-142ec39739ce2cdfaea28407f916e241bbd4c43c.zip |
Revert r241620 and follow-up commits while investigating linux buildbot failures.
llvm-svn: 241642
Diffstat (limited to 'clang/test/OpenMP/for_codegen.cpp')
-rw-r--r-- | clang/test/OpenMP/for_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/for_codegen.cpp b/clang/test/OpenMP/for_codegen.cpp index 082a0d4d884..30cf484f87a 100644 --- a/clang/test/OpenMP/for_codegen.cpp +++ b/clang/test/OpenMP/for_codegen.cpp @@ -4,9 +4,9 @@ // RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -fopenmp -fexceptions -fcxx-exceptions -gline-tables-only -x c++ -emit-llvm %s -o - | FileCheck %s --check-prefix=TERM_DEBUG // // expected-no-diagnostics -// REQUIRES: x86-registered-target #ifndef HEADER #define HEADER + // CHECK: [[IDENT_T_TY:%.+]] = type { i32, i32, i32, i32, i8* } // CHECK-DAG: [[IMPLICIT_BARRIER_LOC:@.+]] = private unnamed_addr constant %{{.+}} { i32 0, i32 66, i32 0, i32 0, i8* // CHECK-DAG: [[I:@.+]] = global i8 1, |