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

Kuanbekov, Artyom artyom.kuanbekov at intel.com
Mon Jul 16 09:04:19 PDT 2012


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.

Copyright (c) 2011, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
*	Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
*	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.
*	Neither the name of the Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Thanks,
Artyom.

-----Original Message-----
From: Chris Lattner [mailto:sabre at nondot.org] 
Sent: Monday, July 16, 2012 7:13 PM
To: Kuanbekov, Artyom
Cc: Uhanov, Kirill; Du Toit, Stefanus; llvm-commits LLVM; Anton Korobeynikov; Pravdin, Denis; Alexandrov, Alexei
Subject: Re: [llvm-commits] PATCH. Fix of hang during intel jit profiling.

On Jul 16, 2012, at 3:09 AM, Anton Korobeynikov wrote:
> I'd at least ask Chris for this.
> 
>> What is the process of getting such approval?

We will need a special exception for this, because we *really* try to resist incorporating outside code with different licenses.  What is the specific license text of this library.  Is it possible for cmake/autoconf to detect the library and link to it, instead of including the source along with llvm?

-Chris

>> 
>> Thanks,
>> Artyom.
>> 
>> -----Original Message-----
>> From: Anton Korobeynikov [mailto:anton at korobeynikov.info]
>> Sent: Saturday, July 14, 2012 3:55 PM
>> To: Uhanov, Kirill
>> Cc: Du Toit, Stefanus; llvm-commits at cs.uiuc.edu; Pravdin, Denis; 
>> Kuanbekov, Artyom
>> Subject: Re: [llvm-commits] PATCH. Fix of hang during intel jit profiling.
>> 
>>> Jitprofiling.h, jitprofiling.c, ittnotify_types.h, 
>>> ittnotify_config.h are distributed with Intel Amplifier sdk and 
>>> could be included to different projects with GPL or BSD 
>>> license(depends on project). I mean this code is dual licensed.
>> If the license of the files is not UIUC license, then the code needs to have the entry in the LICENSE.txt (and also be additionally approved for inclusion), etc.
>> 
>> --
>> With best regards, Anton Korobeynikov Faculty of Mathematics and 
>> Mechanics, Saint Petersburg State University
>> 
>> --------------------------------------------------------------------
>> Closed Joint Stock Company Intel A/O
>> Registered legal address: Krylatsky Hills Business Park,
>> 17 Krylatskaya Str., Bldg 4, Moscow 121614, Russian Federation
>> 
>> This e-mail and any attachments may contain confidential material for 
>> the sole use of the intended recipient(s). Any review or distribution 
>> by others is strictly prohibited. If you are not the intended 
>> recipient, please contact the sender and delete all copies.
> 
> 
> 
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State 
> University


--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park, 
17 Krylatskaya Str., Bldg 4, Moscow 121614, 
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.





More information about the llvm-commits mailing list