[PATCH] D77574: [OpenMP] Fix layering problem with FrontendOpenMP
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 7 09:45:11 PDT 2020
jdoerfert added a comment.
In D77574#1967141 <https://reviews.llvm.org/D77574#1967141>, @aheejin wrote:
> Could you revert this patch? This is causing an error like this whenever I run `clang` binary:
>
> : CommandLine Error: Option 'openmp-ir-builder-optimistic-attributes' registered more than once!
> LLVM ERROR: inconsistency in registered CommandLine options
>
>
> This happens when clang is built with `-DLLVM_LINK_LLVM_DYLIB=ON -DLLVM_BUILD_LLVM_DYLIB=ON`.
I'll revert it. Is there a buildbot with this configuration? Do you happen to have insights on how to resolve the issue?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77574/new/
https://reviews.llvm.org/D77574
More information about the cfe-commits
mailing list