OpenMPToolsInterface / LLVM-openmp

This is a stale repository and only there for the commit history. All development moved over to the llvm-project repository! Was: LLVM OpenMP runtime with experimental changes for OMPT (Preview of TR7 features in *_tr branches)
Other
16 stars 13 forks source link

Initialization for Windows #3

Closed jprotze closed 7 years ago

jprotze commented 7 years ago

Tool initialization for Windows needs to be adapted

jmellorcrummey commented 7 years ago

Do you mean adapted? Or are you talking about the scanning of the libraries in the tool library path being similar to what windows must do?

-- John Mellor-Crummey

(sent from my phone)

On Jan 26, 2017, at 3:35 AM, Joachim notifications@github.com wrote:

Tool initialilization for Windows needs to be adopted

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

!DSPAM:1164,5889c2f4257291004531626!

jprotze commented 7 years ago

Yes, I meant adapted. We updated the tool-initialization for Linux to the point, that it works as specified with the weak symbol approach. And we have the remaining work-flow on our list of work items.

But we will not touch the Windows part of tool initialization. Thus, I tracked this issue to be fixed by someone else