In LLVM build, HandLLVMOptions relies on CheckSymbolExists being
included by config-ix, but HandleLLVMOptions is also being imported
from other parts of the build such as the runtimes build, libunwind,
libcxxabi, libcxx, and none of those include LLVM's config-ix which
is breaking the build. We should include CheckSymbolExists directly
in HandleLLVMOptions to make it self-contained rather than relying
on config-ix.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM