Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apple] workaround the swift-ci linux failure for PR bots
The swift-ci linux PR bot is failing because it's not able to build libcxx fuzzer becuase of missing libcxxabi. It shouldn't even build the fuzzer, it only tries to because of the monorepo, which has libcxxabi next to compiler-rt.
- Loading branch information
57755b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hyp, I feel like the right fix would be to only include "../libcxxabi" if
LLVM_ENABLE_PROJECTS
has libcxxabi in it.57755b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's probably a right upstream fix on ToT.