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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to