aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-09-18 09:10:37 -0400
committerNico Weber <thakis@chromium.org>2021-09-18 09:10:37 -0400
commit31cca215654ac5eca01796248696b8d710a5cffc (patch)
tree9292e2252e82a5766ff56673fdac95f16e90ed20 /clang/lib/CodeGen/CodeGenFunction.h
parent9b889f826ff587e9758c80823419512d502e457d (diff)
downloadllvm-31cca215654ac5eca01796248696b8d710a5cffc.zip
llvm-31cca215654ac5eca01796248696b8d710a5cffc.tar.gz
llvm-31cca215654ac5eca01796248696b8d710a5cffc.tar.bz2
Revert "OpenMP 5.0 metadirective"
This reverts commit c7d7b98e5263472f05b2f3cb767b5d16e1349e9a. Breaks tests on macOS, see comment on https://reviews.llvm.org/D91944
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 6c13445..023fd4d 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -3464,7 +3464,6 @@ public:
const RegionCodeGenTy &BodyGen,
OMPTargetDataInfo &InputInfo);
- void EmitOMPMetaDirective(const OMPMetaDirective &S);
void EmitOMPParallelDirective(const OMPParallelDirective &S);
void EmitOMPSimdDirective(const OMPSimdDirective &S);
void EmitOMPTileDirective(const OMPTileDirective &S);