diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2014-01-31 05:15:34 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2014-01-31 05:15:34 +0000 |
commit | ec3da87f82c9068b8e2776c26c132fd4147bc90d (patch) | |
tree | c09a8768548dc92622473e318cb58123d6356dc1 /clang/test/OpenMP/threadprivate_ast_print.cpp | |
parent | 8851d45cbfefaa02e2d25e6fe7b9f9a6c698f6f0 (diff) | |
download | bcm5719-llvm-ec3da87f82c9068b8e2776c26c132fd4147bc90d.tar.gz bcm5719-llvm-ec3da87f82c9068b8e2776c26c132fd4147bc90d.zip |
[OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing. (http://llvm-reviews.chandlerc.com/D2451)
llvm-svn: 200513
Diffstat (limited to 'clang/test/OpenMP/threadprivate_ast_print.cpp')
-rw-r--r-- | clang/test/OpenMP/threadprivate_ast_print.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/OpenMP/threadprivate_ast_print.cpp b/clang/test/OpenMP/threadprivate_ast_print.cpp index 72bf6f4077e..1cbc0165c3f 100644 --- a/clang/test/OpenMP/threadprivate_ast_print.cpp +++ b/clang/test/OpenMP/threadprivate_ast_print.cpp @@ -2,8 +2,6 @@ // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print // expected-no-diagnostics -// FIXME: This test has been crashing since r186647. -// REQUIRES: disabled #ifndef HEADER #define HEADER |