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

Alexey Bataev a.bataev at hotmail.com
Mon May 5 20:24:57 PDT 2014


Hi Chris,
Just to be sure that everything is fine both in C++98 and in C++11.

PS. Thanks for review!

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team
Intel Corp.

5 Май 2014 г. 20:48:34, "C. Bergström" писал:
> 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