[PATCH] D91980: [OpenMP] Add initial support for `omp [begin/end] assumes`

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 15 16:02:04 PST 2020


jdoerfert added a comment.

I guess I revert it for now :(



================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:101
+#include "llvm/Frontend/OpenMP/OMPKinds.def"
+};
+
----------------
mehdi_amini wrote:
> This is broken on gcc-5: 
> ```
> llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:101:1: error: could not convert '(const char*)"ext_"' from 'const char*' to 'llvm::StringLiteral'
>  };
>  ^
> ```
You don't happen to have a suggestion on how to fix this, do you? I don't have a gcc-5 lying around to try (I think).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91980/new/

https://reviews.llvm.org/D91980



More information about the cfe-commits mailing list