[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
Mon Mar 11 10:42:22 PDT 2019


xingxue updated this revision to Diff 190112.
xingxue added a comment.

Address review comments:

- Check `__GNUC__` for GCC instead of `__GNU__` and exclude CLANG which also sets macro `__GNUC__`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58250/new/

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.190112.patch
Type: text/x-patch
Size: 5105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190311/0cf498fe/attachment.bin>


More information about the llvm-commits mailing list