| Index: src/IceCompileServer.cpp
|
| diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp
|
| index 86ebb0bbf2d06f6fac997a47c566977ad82345e8..cf398d41dc8b197f93a2fa69015c122b881e39e9 100644
|
| --- a/src/IceCompileServer.cpp
|
| +++ b/src/IceCompileServer.cpp
|
| @@ -96,7 +96,8 @@ void CLCompileServer::run() {
|
| return transferErrorCode(getReturnValue(ExtraFlags, Ice::EC_Bitcode));
|
| }
|
|
|
| - Ctx.reset(new GlobalContext(Ls.get(), Os.get(), ELFStr.get(), Flags));
|
| + Ctx.reset(new GlobalContext(Ls.get(), Os.get(), Ls.get(), ELFStr.get(),
|
| + Flags));
|
| if (Ctx->getFlags().getNumTranslationThreads() != 0) {
|
| std::thread CompileThread([this, &ExtraFlags, &InputStream]() {
|
| Ctx->initParserThread();
|
|
|