1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[flang]Add Parser Support for Allocate Directive

Differential Revision: https://reviews.llvm.org/D89562
This commit is contained in:
Irina Dobrescu 2020-10-16 17:36:12 +01:00
parent a38956acf7
commit 1f92697f11

View File

@ -34,6 +34,7 @@ def OpenMP : DirectiveLanguage {
def OMPC_Allocator : Clause<"allocator"> { def OMPC_Allocator : Clause<"allocator"> {
let clangClass = "OMPAllocatorClause"; let clangClass = "OMPAllocatorClause";
let flangClassValue = "ScalarIntExpr";
} }
def OMPC_If : Clause<"if"> { def OMPC_If : Clause<"if"> {
let clangClass = "OMPIfClause"; let clangClass = "OMPIfClause";