[Openmp-dev] Openmp-dev Digest, Vol 6, Issue 4

Alexey Bataev a.bataev at hotmail.com
Mon Jun 2 23:17:04 PDT 2014


Jack,
May I ask you to discuss all question regarding clang-omp on github here 
https://github.com/clang-omp/clang/issues?state=open ?
This is not official clang so I highly recommend to use issues page on 
GitHub for any questions about clang-omp.

To your question:

Go to your clang directory
try

git diff origin..origin/clang-omp

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team
Intel Corp.

02.06.2014 19:18, openmp-dev-request at cs.uiuc.edu ?????:
> Send Openmp-dev mailing list submissions to
> 	openmp-dev at dcs-maillist2.engr.illinois.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.cs.uiuc.edu/mailman/listinfo/openmp-dev
> or, via email, send a message with subject or body 'help' to
> 	openmp-dev-request at dcs-maillist2.engr.illinois.edu
>
> You can reach the person managing the list at
> 	openmp-dev-owner at dcs-maillist2.engr.illinois.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Openmp-dev digest..."
>
>
> Today's Topics:
>
>     1. [PATCH] Remove duplicated line (Jack Howarth)
>     2. Testing cmake support on Windows (Jack Howarth)
>     3. Re: [PATCH] Remove duplicated line (Alp Toker)
>     4. Re: [PATCH] [Revisedx2] Initial cmake support (Alp Toker)
>     5. git diff of clang-omp (Jack Howarth)
>     6. Re: [PATCH] [Revisedx2] Initial cmake support (Andrey Bokhanko)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 2 Jun 2014 08:47:38 -0400
> From: Jack Howarth <howarth.mailing.lists at gmail.com>
> To: "openmp-dev at dcs-maillist2.engr.illinois.edu"
> 	<openmp-dev at dcs-maillist2.engr.illinois.edu>
> Subject: [Openmp-dev] [PATCH] Remove duplicated line
> Message-ID:
> 	<CADtEn-2AuUUptvkk23gte6EMLaxNMpZ=Y9HOZUUK4FGfY299Yg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
>     The attach patch eliminates a error in my committed
> runtime/src/CMakeLists.txt . When I made the adjustments requested in the
> original on-list review comments, I re-ordered the SOURCES file list from
> order matching order of compilation in build.pl to a simple alphabetical
> list for readability. In the process, I accidentally duplicated the entry
> for kmp_global.c, This patch corrects this error. Thanks in advance for
> fixing this minor glitch in openmp svn.
>              Jack
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.cs.uiuc.edu/pipermail/openmp-dev/attachments/20140602/e60d5dcf/attachment-0001.html>
> -------------- next part --------------
> Index: runtime/src/CMakeLists.txt
> ===================================================================
> --- runtime/src/CMakeLists.txt	(revision 210020)
> +++ runtime/src/CMakeLists.txt	(working copy)
> @@ -90,7 +90,6 @@ set(SOURCES
>     kmp_ftn_extra.c
>     kmp_global.c
>     kmp_gsupport.c
> -  kmp_global.c
>     kmp_i18n.c
>     kmp_io.c
>     kmp_itt.c
>
> ------------------------------
>
> Message: 2
> Date: Mon, 2 Jun 2014 09:07:21 -0400
> From: Jack Howarth <howarth.mailing.lists at gmail.com>
> To: "openmp-dev at dcs-maillist2.engr.illinois.edu"
> 	<openmp-dev at dcs-maillist2.engr.illinois.edu>
> Subject: [Openmp-dev] Testing cmake support on Windows
> Message-ID:
> 	<CADtEn-0zxrXRvns7BK9qR=Nf4-kb_7NHMXcRsoHLgp55LGtk5A at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
>      I am not set up to test the cmake support on Windows but would ask
> whoever does this take the same approach that I used in constructing these
> committed files. Start with the printout of the stock?
>
> make compiler=clang
>
> build on Windows (which I assume works) and modify
> runtime/src/CMakeLists.txt to match the exact flags used and source files
> compiled by build.pl on Windows (wrapping these with the appropriate
> conditionals to leave the linux/darwin builds unchanged).
>            Jack
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.cs.uiuc.edu/pipermail/openmp-dev/attachments/20140602/d077ed6a/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 02 Jun 2014 16:19:56 +0300
> From: Alp Toker <alp at nuanti.com>
> To: Jack Howarth <howarth.mailing.lists at gmail.com>,
> 	"openmp-dev at dcs-maillist2.engr.illinois.edu"
> 	<openmp-dev at dcs-maillist2.engr.illinois.edu>
> Subject: Re: [Openmp-dev] [PATCH] Remove duplicated line
> Message-ID: <538C79FC.2070508 at nuanti.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Landed in r210025!
>
> I'll reply separately to Jim but in summary it makes perfect sense to
> maintain what we've built now in the LLVM community until any new system
> gets proposed, at which point we'll compare notes and go with whichever
> option is more sustainable.
>
> Right now this is helping our users for whom the traditional build
> system isn't an option so we'll certainly keep it :-)
>
> Cheers,
> Alp.
>
>
> On 02/06/2014 15:47, Jack Howarth wrote:
>>     The attach patch eliminates a error in my committed
>> runtime/src/CMakeLists.txt . When I made the adjustments requested in
>> the original on-list review comments, I re-ordered the SOURCES file
>> list from order matching order of compilation in build.pl
>> <http://build.pl> to a simple alphabetical list for readability. In
>> the process, I accidentally duplicated the entry for kmp_global.c,
>> This patch corrects this error. Thanks in advance for fixing this
>> minor glitch in openmp svn.
>>              Jack
>>
>>
>> _______________________________________________
>> Openmp-dev mailing list
>> Openmp-dev at dcs-maillist2.engr.illinois.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/openmp-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/openmp-dev/attachments/20140603/18fc9a57/attachment.html>


More information about the Openmp-dev mailing list