[PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'

"C. Bergström" cbergstrom at pathscale.com
Mon May 5 09:48:34 PDT 2014


On 05/ 5/14 01:47 PM, Alexey Bataev wrote:
> Ping
>
> http://reviews.llvm.org/D2883
>
LGTM

A quick side question.. Why explicitly add c++11?

+// RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s
+// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s
+// RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -g -std=c++11 -include-pch %t -verify %s -emit-llvm -o





More information about the cfe-commits mailing list