[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 11:05:01 PDT 2023


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


================
Comment at: clang/tools/amdgpu-arch/AMDGPUArchByHIP.cpp:96
+  return 0;
+}
----------------
jdoerfert wrote:
> Where is the call to this?
forgot to call this in main. fixed.


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

https://reviews.llvm.org/D153725



More information about the cfe-commits mailing list