mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Inline variable into the #ifdef block where it's used.
llvm-svn: 180688
This commit is contained in:
parent
9699f4d800
commit
0276e2b56d
@ -292,9 +292,9 @@ void llvm::sys::PrintStackTrace(FILE *FD) {
|
||||
(int)(sizeof(void*) * 2) + 2, (unsigned long)StackTrace[i]);
|
||||
|
||||
if (dlinfo.dli_sname != NULL) {
|
||||
int res;
|
||||
fputc(' ', FD);
|
||||
# if HAVE_CXXABI_H
|
||||
int res;
|
||||
char* d = abi::__cxa_demangle(dlinfo.dli_sname, NULL, NULL, &res);
|
||||
# else
|
||||
char* d = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user