[PATCH] D10548: Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 07:55:49 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGaef3659e1888: Teach LTOModule to emit linker flags for dllexported symbols, plus interface… (authored by pcc).
Herald added subscribers: mstorsjo, dang, dexonsmith, steven_wu, hiraditya.
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D10548?vs=28718&id=223608#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D10548

Files:
  llvm/include/llvm-c/lto.h
  llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  llvm/include/llvm/LTO/LTOModule.h
  llvm/include/llvm/Target/TargetLoweringObjectFile.h
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/LTO/LTOModule.cpp
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/test/CodeGen/X86/dllexport-x86_64.ll
  llvm/test/CodeGen/X86/dllexport.ll
  llvm/tools/lto/lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10548.223608.patch
Type: text/x-patch
Size: 19184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191007/5dcfedad/attachment.bin>


More information about the llvm-commits mailing list