"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "63a8452e9ce57568b502808dc0e59209d7e71b54"
Correctly initialise global blocks on Windows.
Summary: Windows does not allow globals to be initialised to point to globals in another DLL. Exported globals may be referenced only from code. Work around this by creating an initialiser that runs in early library initialisation and sets the isa pointer. Reviewers: rjmccall Reviewed By: rjmccall Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D50436 llvm-svn: 339317
Loading
Please register or sign in to comment