[PATCH] D21851: [Driver][OpenMP][CUDA] Add capability to bundle object files in sections of the host binary format.

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 02:14:17 PDT 2016


Hahnfeld accepted this revision.
Hahnfeld added a reviewer: Hahnfeld.
Hahnfeld added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: tools/clang-offload-bundler/ClangOffloadBundler.cpp:432
@@ +431,3 @@
+
+    return;
+  }
----------------
Unnecessary `return`, please remove as Alexey requested on the other patch


https://reviews.llvm.org/D21851





More information about the cfe-commits mailing list