[PATCH] D51552: Libraries added with add_llvm_loadable_module macro to have their component name

Valeriy Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 16:15:52 PDT 2018


vdmitrie added a comment.

In https://reviews.llvm.org/D51552#1228027, @tstellar wrote:

> What CMake arguments were you using?


cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_INSTALL_PREFIX="/your/install/dir" "/local/ll.org/source/root/llvm"

$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)
$ uname -sr
Linux 3.10.0-327.el7.x86_64


Repository:
  rL LLVM

https://reviews.llvm.org/D51552





More information about the llvm-commits mailing list