compor / llvm-ir-cmake-utils

LLVM IR CMake utils for bitcode file manipulation by opt and friends
GNU Lesser General Public License v2.1
68 stars 14 forks source link

Use cmake conventions in definining functions and their arguments #15

Open compor opened 6 years ago

compor commented 6 years ago

Use proper cmake conventions when defining functions and parsing their arguments. Make use of CMakeParseArguments module.