[llvm-dev] [CMake] [OS X] Allow custom CMAKE_INSTALL_NAME_DIR and CMAKE_INSTALL_RPATH
Alex Wang via llvm-dev
llvm-dev at lists.llvm.org
Fri Jan 8 13:13:30 PST 2016
Hello all! Quick question about the OS X build process.
Would be beneficial to allow the user compiling LLVM to specify the install name/rpath for dylibs? The default settings work, but I think it would be nice if users could specify a single location for libs and not have to worry about ld flags.
Thoughts?
-Alex
More information about the llvm-dev
mailing list