[PATCH] D90442: [PS4] Support dllimport/export attributes

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 04:48:44 PDT 2020


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: llvm/include/llvm/ADT/Triple.h:787
+  bool hasDLLImportExport() const {
+      return isOSWindows() || isPS4CPU();
+  }
----------------
Indentation looks a bit off here


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

https://reviews.llvm.org/D90442



More information about the llvm-commits mailing list