commit | 84b16655fd68409abae9da8c208004812b851f32 | [log] [tgz] |
---|---|---|
author | Filipe Cabecinhas <me@filcab.net> | Fri Jun 19 03:45:40 2015 +0000 |
committer | Filipe Cabecinhas <me@filcab.net> | Fri Jun 19 03:45:40 2015 +0000 |
tree | f2ba4510a64ce4a2a24d138050d33edf2d6668c2 | |
parent | ac655060b4d484911579ae663e231da8c23d4211 [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 Reviewers: pcc, beanz, chapuni Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10531 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240121 91177308-0d34-0410-b5e6-96231b3b80d8