[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
Fri Mar 1 15:17:48 PST 2019


xingxue updated this revision to Diff 188983.
xingxue marked an inline comment as done.
xingxue added a comment.

Address review comments:

- Replaced 'STREQUAL "XL"' with 'MATCHES "XL"'.


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.188983.patch
Type: text/x-patch
Size: 5081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190301/309714c1/attachment.bin>


More information about the llvm-commits mailing list