diff options
author | Brad King <brad.king@kitware.com> | 2021-02-18 14:37:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-18 14:37:21 (GMT) |
commit | 06e50776883f2ea83a214a1431569458ed14d72f (patch) | |
tree | d559a50d513e097d5fe346def7045674e45c983d /Source/cmcmd.cxx | |
parent | 50fc9d5b45a7dcbb11152ea77b2d47c66e277265 (diff) | |
download | CMake-06e50776883f2ea83a214a1431569458ed14d72f.zip CMake-06e50776883f2ea83a214a1431569458ed14d72f.tar.gz CMake-06e50776883f2ea83a214a1431569458ed14d72f.tar.bz2 |
bindexplib: remove stray debugging output when using llvm-nm
Remove a debugging message left by commit c856d4556b (bindexplib:
supporting llvm bitcode formats using llvm-nm, 2019-08-13,
v3.16.0-rc1~161^2~1).
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r-- | Source/cmcmd.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx index 5791c05..6713cc3 100644 --- a/Source/cmcmd.cxx +++ b/Source/cmcmd.cxx @@ -754,7 +754,6 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string> const& args, std::string const& a = args[4]; if (cmHasLiteralPrefix(a, "--nm=")) { deffile.SetNmPath(a.substr(5)); - std::cerr << a.substr(5) << "\n"; } else { std::cerr << "unknown argument: " << a << "\n"; } |