diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-07-08 01:00:30 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-07-08 01:00:30 +0000 |
commit | bc068586ac2807bfb4030bd9c4789b6a12359a9c (patch) | |
tree | fdcff3ac303bc4cbeb4fab1fd5367e96568a0ccd /clang/test/OpenMP/sections_codegen.cpp | |
parent | 22302e5995544ceda622c939fb26a5f9f361d012 (diff) | |
download | bcm5719-llvm-bc068586ac2807bfb4030bd9c4789b6a12359a9c.tar.gz bcm5719-llvm-bc068586ac2807bfb4030bd9c4789b6a12359a9c.zip |
Revert "Revert r241620 and follow-up commits" and move the initialization
of the llvm targets from clang/CodeGen into ClangCheck.cpp and CIndex.cpp.
llvm-svn: 241653
Diffstat (limited to 'clang/test/OpenMP/sections_codegen.cpp')
-rw-r--r-- | clang/test/OpenMP/sections_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/sections_codegen.cpp b/clang/test/OpenMP/sections_codegen.cpp index d25230a7990..2c257e83ae3 100644 --- a/clang/test/OpenMP/sections_codegen.cpp +++ b/clang/test/OpenMP/sections_codegen.cpp @@ -2,7 +2,7 @@ // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -triple x86_64-unknown-unknown -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -include-pch %t -fsyntax-only -verify %s -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-llvm -o - | FileCheck %s // expected-no-diagnostics - +// REQUIRES: x86-registered-target #ifndef HEADER #define HEADER // CHECK: [[IMPLICIT_BARRIER_SECTIONS_LOC:@.+]] = private unnamed_addr constant %{{.+}} { i32 0, i32 194, i32 0, i32 0, i8* |