[PATCH] D13909: clang-offload-bundler - offload files bundling/unbundling tool

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 00:55:36 PDT 2016


Hahnfeld added inline comments.

================
Comment at: test/CMakeLists.txt:27-33
@@ -26,8 +26,9 @@
 
 list(APPEND CLANG_TEST_DEPS
   clang clang-headers
   clang-format
   c-index-test diagtool
   clang-tblgen
+  clang-offload-bundler
   )
   
----------------
Most users will get it anyway because it is built for the `install` target and I think the build system should do its best to build and install all needed dependencies.

I think this currently only fails when using `make clang` and then trying to invoke the compiler from the build directory. I agree that this should be quite rare but that could be fixed by `add_dependencies(clang clang-offload-bundler)` which has worked for me. However I now don't have a really strong opinion here because it works with the `install` target.


https://reviews.llvm.org/D13909





More information about the cfe-commits mailing list