[PATCH] D109592: [clang-offload-bundler] Fix compatibility testing for non-assert builds

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 10 06:09:35 PDT 2021


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

LGTM with one minor



================
Comment at: clang/test/Driver/clang-offload-bundler-asserts-on.c:6
+
+// RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.o
+// RUN: echo 'Content of device file 1' > %t.tgt1
----------------
Add the stage description comments from the original file?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109592



More information about the cfe-commits mailing list