On Tue, May 6, 2014 at 3:51 AM, Alexey Bataev <[email protected]> wrote: > Author: abataev > Date: Tue May 6 05:51:53 2014 > New Revision: 208078 > > URL: http://llvm.org/viewvc/llvm-project?rev=208078&view=rev > Log: > [OPENMP] Temporary disable test for parallel codegen > > Modified: > cfe/trunk/test/OpenMP/parallel_codegen.cpp > > Modified: cfe/trunk/test/OpenMP/parallel_codegen.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/parallel_codegen.cpp?rev=208078&r1=208077&r2=208078&view=diff > ============================================================================== > --- cfe/trunk/test/OpenMP/parallel_codegen.cpp (original) > +++ cfe/trunk/test/OpenMP/parallel_codegen.cpp Tue May 6 05:51:53 2014 > @@ -2,7 +2,8 @@ > // RUN: %clang_cc1 -fopenmp=libiomp5 -x c++ -std=c++11 -triple > x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s > // RUN: %clang_cc1 -fopenmp=libiomp5 -x c++ -triple x86_64-unknown-unknown > -fexceptions -fcxx-exceptions -g -std=c++11 -include-pch %t -verify %s > -emit-llvm -o - | FileCheck --check-prefix=CHECK-DEBUG %s > // expected-no-diagnostics > - > +// FIXME: This test has been crashing.
Crashing since when? Could you file an llvm bug for this (& mention the PR number here)? > +// REQUIRES: disabled > #ifndef HEADER > #define HEADER > > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
