[PATCH] D58250: [AIX][CMake] Changes for building on AIX with XL and GCC

Xing Xue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 14 13:14:39 PST 2019


xingxue created this revision.
xingxue added reviewers: hubert.reinterpretcast, jasonliu, sfertile.
xingxue added a project: LLVM.
Herald added subscribers: jdoerfert, krytarowski, mgorny.

In support of IBM's efforts to produce a viable C and C++ LLVM compiler (ref: RFC at http://lists.llvm.org/pipermail/llvm-dev/2019-February/130175.html), this patch adds customizations to the CMake files in order to properly invoke the host toolchain for the build. Additional changes to enable a successful build will follow.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58250

Files:
  llvm/cmake/modules/AddLLVM.cmake
  llvm/cmake/modules/HandleLLVMOptions.cmake
  llvm/include/llvm/Config/abi-breaking.h.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58250.186903.patch
Type: text/x-patch
Size: 4635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190214/e6103365/attachment.bin>


More information about the llvm-commits mailing list