diff --git a/src/LLVM_Output.cpp b/src/LLVM_Output.cpp index 8c95c11fba45..0181a7303ff5 100644 --- a/src/LLVM_Output.cpp +++ b/src/LLVM_Output.cpp @@ -177,7 +177,6 @@ void create_static_library(const std::vector &src_files, const Targ for (auto &src : src_files) { command += " " + src; } - Internal::debug(0)<