commit | 5fc12bfe02d337e454278d83c7ae57bb44f81f67 | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Tue Jun 20 05:05:10 2017 +0000 |
committer | Sam Clegg <sbc@chromium.org> | Tue Jun 20 05:05:10 2017 +0000 |
tree | df52dcbb1206b247af7d9e9b425913bbb5a0da92 | |
parent | ad60de32330fd60ef2760c94235e9197c1f62294 [diff] |
Fix unused function build error in lld The lld-x86_64-darwin13 is failing with: error: unused function 'operator<<' Wrap the declation in ifndef NDEBUG, which matches what is done in MipsELFObjectWriter.cpp. Differential Revision: https://reviews.llvm.org/D34384 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305771 91177308-0d34-0410-b5e6-96231b3b80d8