Displaying 1 result from an estimated 1 matches for "dbe6a138".
2016 Jul 20
3
[CMake] LLVM_PROGRAM_PREFIX support
Hi,
I am planning to add support to CMake so that the binaries of llvm will
have a prefix appended to it.
At this point, I am stuck on which approach to follow
1. Append the prefix during build and install time. If so, this might
involve tweaking lit infrastructure to make sure lit picks the prefixed
binaries.
2. Append the prefix only during install time.
a. Either