Building clang/llvm as a debug build results in TOC overflow even when using large code model on AIX. This review updates the llvm/cmake/modules/HandleLLVMOptions.cmake file to use large glink code in addition to building as a large code model.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
215 | Is this missing a dash? |
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
215 | You're right, let me add that back. |
Comment Actions
LGTM, with minor nit
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
215 | nit: you should remove the space here |
Is this missing a dash?