[PATCH] D87114: [AIX][ExecutionEngine] Disable eh frame support when building with Clang on AIX
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 07:04:46 PDT 2020
daltenty added a comment.
In D87114#2280184 <https://reviews.llvm.org/D87114#2280184>, @Xiangling_L wrote:
> Do we want to take advantage of this patch to move those checks into the cmake configure so we don't need to duplicate the logic in 2 files as @sfertile mentioned previously?
I think that makes a lot of sense, that would allow for making it an overridable configuration setting. We'll just have to be careful to replicate the behaviour of the conditions here. I'll proceed in that direction.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87114/new/
https://reviews.llvm.org/D87114
More information about the llvm-commits
mailing list