[PATCH] D38306: Cleanup some problems with LLVM_ENABLE_DUMP in release builds.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 15:01:21 PDT 2017


mehdi_amini added a comment.

Ideally, I think all the headers would hide the method behind `#ifdef LLVM_ENABLE_DUMP `, so that it wouldn't be a linker failure but a compile time failure!


Repository:
  rL LLVM

https://reviews.llvm.org/D38306





More information about the llvm-commits mailing list