[cfe-dev] make install-what flavor of clang is installed?

Larry Evans cppljevans at suddenlink.net
Sat Oct 6 19:48:38 PDT 2012


The docs here:

http://llvm.org/docs/MakefileGuide.html#install

say:

  copies all libraries, headers, executables and documentation to
  the   directory given with the --prefix option to configure.

However, under clang, there can be several executables.  For example,
the clang executable can be in any one of these directories:

   Debug+Asserts
   Release+Asserts
   Debug+Profile+Asserts

which one does:

  make install

place in the prefix directory?

TIA.

-Larry




More information about the cfe-dev mailing list