| Index: src/IceCompileServer.cpp
|
| diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp
|
| index 44563439521b42b98723eda1a9590a74e93c1d28..4ee56f2b6b0d1bcb8450f1ae993294463065a205 100644
|
| --- a/src/IceCompileServer.cpp
|
| +++ b/src/IceCompileServer.cpp
|
| @@ -98,7 +98,7 @@ ErrorCodes getReturnValue(const Ice::ClFlagsExtra &Flags, ErrorCodes Val) {
|
| } // end of anonymous namespace
|
|
|
| void CLCompileServer::run() {
|
| - if (ALLOW_DUMP) {
|
| + if (buildAllowsDump()) {
|
| llvm::sys::PrintStackTraceOnErrorSignal();
|
| }
|
| ClFlags::parseFlags(argc, argv);
|
|
|