[llvm-commits] PATCH. Fix of hang during intel jit profiling.

Chris Lattner sabre at nondot.org
Tue Jul 17 21:58:43 PDT 2012


On Jul 16, 2012, at 9:04 AM, Kuanbekov, Artyom wrote:

> The library is licensed under new BSD (text is below). It is really small and we would really like to make it simple for LLVM based projects to get Vtune ready build without having Vtune installed on build boxes.

Hi Artyom,

This license is exactly the reason that we try to limit dependencies like this.  Note that it includes this clause:

> *	Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

This means that *anything* that builds with LLVM, whether they use vtune or not, would have to include a copy of the vtune license and acknowledge it in their application.  I'd much rather have this be an optional component that the configure script can enable when someone wants to opt into it.

-Chris





More information about the llvm-commits mailing list