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.
Details
Details
- Reviewers
rjmccall - Commits
- rG4d989f7996d4: Merging r339317: --------------------------------------------------------------…
rGc5a458cc53bc: Correctly initialise global blocks on Windows.
rL339339: Merging r339317:
rC339317: Correctly initialise global blocks on Windows.
rL339317: Correctly initialise global blocks on Windows.
Diff Detail
Diff Detail
- Repository
- rL LLVM