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

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 17 10:33:18 PST 2022


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


================
Comment at: clang/test/Driver/hip-link-bundle-archive.hip:3
+
+// RUN: touch %T/libhipBundled.a
+
----------------
tra wrote:
> Is this file necessary? `clang -###` should not need the file to be present in order to print out command lines.
You are right. Will remove it when committing.


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

https://reviews.llvm.org/D120070



More information about the cfe-commits mailing list