From cbc368c5b5ad2eb767a6ac4d80fb44bc1c5f7459 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 25 Feb 2015 02:44:04 +0000 Subject: Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." llvm-svn: 230454 --- clang/test/OpenMP/threadprivate_codegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/OpenMP/threadprivate_codegen.cpp') diff --git a/clang/test/OpenMP/threadprivate_codegen.cpp b/clang/test/OpenMP/threadprivate_codegen.cpp index e761416b118..98b7917714b 100644 --- a/clang/test/OpenMP/threadprivate_codegen.cpp +++ b/clang/test/OpenMP/threadprivate_codegen.cpp @@ -18,7 +18,7 @@ // CHECK-DEBUG-DAG: [[S4:%.+]] = type { [[INT]], [[INT]] } // CHECK-DEBUG-DAG: [[S5:%.+]] = type { [[INT]], [[INT]], [[INT]] } // CHECK-DEBUG-DAG: [[SMAIN:%.+]] = type { [[INT]], double, double } -// REQUIRES: x86-registered-target + struct S1 { int a; S1() -- cgit v1.2.3