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 user-provided llvm-link #32

Open sunny-g opened 1 year ago

compor commented 1 year ago

@sunny-g Hey, thanks for this.

What is the use case? And if nothing is provided, does it default to llvm-link?

sunny-g commented 1 year ago

I think so? just wanted to allow specifying that tool in addition to the others, but I'm no CMake expert