Add the PARSE_ARGUMENTS CMake macro to LLVM so I can use it to clean
authorJeffrey Yasskin <jyasskin@google.com>
Sat, 19 Feb 2011 18:01:15 +0000 (18:01 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Sat, 19 Feb 2011 18:01:15 +0000 (18:01 +0000)
commit9bb83e4f488e8675e309e4a875a05a088e4c011b
tree28eeb4e2a8907a67c1e5b7aa8d542031d81fd3ed
parent38297f5f760de604258aaa9000e5aadb43c78921
Add the PARSE_ARGUMENTS CMake macro to LLVM so I can use it to clean
up add_clang_unittest's calling convention.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126031 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMParseArguments.cmake [new file with mode: 0644]