[PATCH] D153725: [clang] Make amdgpu-arch tool work on Windows

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 7 10:54:54 PDT 2023


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


================
Comment at: clang/tools/amdgpu-arch/AMDGPUArch.cpp:48-52
+  if (!printGPUsByHSA())
+    return 0;
+#endif
 
+  return printGPUsByHSA();
----------------
jhuber6 wrote:
> Are we missing something here ? They look the same.
sorry my mistake. will fix.


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

https://reviews.llvm.org/D153725



More information about the cfe-commits mailing list