[PATCH] D155213: [HIP] Add `-fno-hip-uniform-block`

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 09:11:41 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:7226
+  } else {
+    Args.claimAllArgs(options::OPT_fhip_uniform_block,
+                      options::OPT_fno_hip_uniform_block);
----------------
Why is the -Wunused-command-line-argument warning suppressed in non-IsHIP mode?


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

https://reviews.llvm.org/D155213



More information about the cfe-commits mailing list