echristo added inline comments.

================
Comment at: lib/CodeGen/CodeGenModule.h:728
+  /// This must be called after dllimport/dllexport is set.
+  /// FIXME: should this set dllimport/dllexport instead?
   void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
----------------
Agreed? Maybe? Should the rest of the properties from above each call be set in 
this function?

Since you've got the decl it might be best to get as many of them in one place 
as possible?


https://reviews.llvm.org/D43514



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D43514: ... Rafael Avila de Espindola via Phabricator via cfe-commits
    • [PATCH] D43... Eric Christopher via Phabricator via cfe-commits
    • [PATCH] D43... Rafael Avila de Espindola via Phabricator via cfe-commits
    • [PATCH] D43... Eric Christopher via Phabricator via cfe-commits
      • Re: [PA... Rafael Avila de Espindola via cfe-commits
        • Re:... Eric Christopher via cfe-commits
    • [PATCH] D43... Rafael Avila de Espindola via Phabricator via cfe-commits

Reply via email to