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
Loading
Please register or sign in to comment
dump() is only available in debug builds and meant for debugger usage, normal code should use something like print(errs()); llvm-svn: 293364