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

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 03:48:50 PST 2020


bd1976llvm marked an inline comment as done.
bd1976llvm added inline comments.


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


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

https://reviews.llvm.org/D90442



More information about the llvm-commits mailing list