[PATCH] D44485: [MC] Always emit relocations for same-section function references

Valentin Churavy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 05:35:35 PST 2020


vchuravy added a comment.

Just as a note, Julia currently reverts this patch. IIRC it caused issue with gcc/mingw32 which we use for linking.
My notes from back then are fairly limited and another team member did the git bisect.

  ERROR: could not load library "C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\lib\julia\sys.dll"
  %1 is not a valid Win32 application.
  
  gflags -i julia.exe +sls
  cdb julia.exe
  > g
  0b6c:05cc @ 12495953 - LdrpProcessWork - ERROR: Unable to load DLL: "C:\cygwin\home\vchuravy\julia\usr\lib\julia\sys.dll", Parent Module: "(null)", Status: 0xc000007b
  
      Status 0xc000007b is STATUS_INVALID_IMAGE_FORMAT


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44485/new/

https://reviews.llvm.org/D44485





More information about the llvm-commits mailing list