llvm-project/clang/tools/clang-offload-bundler
Matthias Braun 95be172308 Avoid calling dump() in normal code
dump() is only available in debug builds and meant for debugger usage,
normal code should use something like print(errs());

llvm-svn: 293364
2017-01-28 02:36:00 +00:00
..
CMakeLists.txt [CMake] Fixing clang standalone build 2016-11-19 21:14:59 +00:00
ClangOffloadBundler.cpp Avoid calling dump() in normal code 2017-01-28 02:36:00 +00:00