[PATCH] D77574: [OpenMP] Fix layering problem with FrontendOpenMP
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 7 09:12:35 PDT 2020
aheejin added a comment.
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`.
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