commit | c309de7c43088f55035694a13d4fa65e437a932a | [log] [tgz] |
---|---|---|
author | Filipe Cabecinhas <me@filcab.net> | Fri Jun 19 03:39:24 2015 +0000 |
committer | Filipe Cabecinhas <me@filcab.net> | Fri Jun 19 03:39:24 2015 +0000 |
tree | 1bd95f00cd87550a52dec2ee0a2158626430deec | |
parent | 271d42ab6a140f9bb897a49a6aa8627356890aa0 [diff] |
CMake: Stop using LLVM's custom parse_arguments. NFC Summary: Use CMake's cmake_parse_arguments() instead. It's called in a slightly different way, but supports all our use cases. It's in CMake 2.8.8, which is our minimum supported version. CMake 3.0 doc (roughly the same. No direct link to 2.8.8 doc): http://www.cmake.org/cmake/help/v3.0/module/CMakeParseArguments.html?highlight=cmake_parse_arguments Since I was already changing these calls, I changed ARCH and LIB into ARCHS and LIBS to make it more clear that they're lists of arguments. Reviewers: eugenis, samsonov, beanz Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10529 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@240120 91177308-0d34-0410-b5e6-96231b3b80d8