[PATCH] D37772: [LLD] [MinGW] Support dllexport on i386

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 10:02:09 PDT 2017


ruiu accepted this revision.
ruiu added inline comments.
This revision is now accepted and ready to land.


================
Comment at: COFF/Config.h:176
   bool AppContainer = false;
+
+  bool MinGW = false;
----------------
Remove the blank line.


================
Comment at: MinGW/Driver.cpp:123
   Add("lld-link");
+  Add("-lldmingw");
 
----------------
Can you add a test for this to test/MinGW/driver.test?


https://reviews.llvm.org/D37772





More information about the llvm-commits mailing list