[PATCH] D29892: ar: add llvm-dlltool support

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 13:00:02 PST 2018


pcc added inline comments.


================
Comment at: llvm/trunk/lib/Object/COFFImportFile.cpp:540
+       1},
+      {{{2, 0, 0, 0, 3, 0, 0, 0}}, u32(0), u16(0), u16(0), uint8_t(0), 0},
+  };
----------------
I would use `IMAGE_WEAK_EXTERN_SEARCH_ALIAS` here instead of the magic number 3.


Repository:
  rL LLVM

https://reviews.llvm.org/D29892





More information about the llvm-commits mailing list