[PATCH] D101630: [HIP] Add --gpu-bundle-output

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 7 10:12:03 PDT 2021


tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Driver/Driver.cpp:2903
     bool GPUSanitize;
+    Optional<bool> BundleOutput;
 
----------------
We should document the behavior we expect from the `--gpu-bundle-output` option in one place. This may be a good place for it. 

Some day we should add CUDA/HIP section to clang manual. We already have tons of options that users do need to know about.


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

https://reviews.llvm.org/D101630



More information about the cfe-commits mailing list