[PATCH] D69930: [OpenMP] Introduce the OpenMPOpt transformation pass
Xiaoqing Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 1 16:50:23 PST 2020
xiaoqing_wu added a comment.
This line needs to be guarded with #if !defined(NDEBUG) to prevent warning-as-error failures in release build.
static constexpr auto TAG = "[" DEBUG_TYPE "]";
The change made in https://reviews.llvm.org/rGa50c0b0df733423f9f6f92bb4e0be26f73326ae3 is not sufficient to prevent release build issue. Could you fix this? Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69930/new/
https://reviews.llvm.org/D69930
More information about the llvm-commits
mailing list