mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-04 01:01:37 +00:00
Include LLVMDumpValue in release builds.
This part of the C API is still used in language bindings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293460 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
54490fc7ca
commit
ec19b49e1d
@ -643,11 +643,9 @@ void LLVMSetValueName(LLVMValueRef Val, const char *Name) {
|
||||
unwrap(Val)->setName(Name);
|
||||
}
|
||||
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
LLVM_DUMP_METHOD void LLVMDumpValue(LLVMValueRef Val) {
|
||||
unwrap(Val)->dump();
|
||||
unwrap(Val)->print(errs(), /*IsForDebug=*/true);
|
||||
}
|
||||
#endif
|
||||
|
||||
char* LLVMPrintValueToString(LLVMValueRef Val) {
|
||||
std::string buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user