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

Eli Friedman eli.friedman at gmail.com
Sat Oct 6 20:19:13 PDT 2012


On Sat, Oct 6, 2012 at 7:48 PM, Larry Evans <cppljevans at suddenlink.net> wrote:
> 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?

The same one that "make" builds.

-Eli



More information about the cfe-dev mailing list