[PATCH] D51288: [MinGW] [X86] Add stubs for references to data variables that might end up imported from a dll

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 14:00:46 PDT 2018


mstorsjo updated this revision to Diff 162951.
mstorsjo added a comment.

Adjusted the code to only use .refptr for variables without dso_local.


https://reviews.llvm.org/D51288

Files:
  include/llvm/CodeGen/MachineModuleInfoImpls.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/MachineModuleInfoImpls.cpp
  lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  lib/Target/X86/X86AsmPrinter.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  lib/Target/X86/X86MCInstLower.cpp
  lib/Target/X86/X86Subtarget.cpp
  test/CodeGen/X86/br-fold.ll
  test/CodeGen/X86/mingw-refptr.ll
  test/CodeGen/X86/stack-protector.ll
  test/CodeGen/X86/win32-ssp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51288.162951.patch
Type: text/x-patch
Size: 16965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/39c1e84e/attachment.bin>


More information about the llvm-commits mailing list