[PATCH] D120070: [HIP] Support linking archive of bundled bitcode

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 17 10:06:28 PST 2022


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: clang/test/Driver/hip-link-bundle-archive.hip:3
+
+// RUN: touch %T/libhipBundled.a
+
----------------
Is this file necessary? `clang -###` should not need the file to be present in order to print out command lines.


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

https://reviews.llvm.org/D120070



More information about the cfe-commits mailing list