Index: src/IceCompileServer.cpp |
diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp |
index b1f168c8a97b9b777174a1889aea36ebd2c577c6..5ace25c3fba8a7e1bbd89359033a0f3cb2661bb8 100644 |
--- a/src/IceCompileServer.cpp |
+++ b/src/IceCompileServer.cpp |
@@ -243,7 +243,6 @@ void CLCompileServer::run() { |
Ctx.reset(new GlobalContext(Ls.get(), Os.get(), Ls.get(), ELFStr.get())); |
- // TODO(tlively): Make this instantiate an instrumentation subclass |
if (!BuildDefs::minimal() && getFlags().getSanitizeAddresses()) { |
std::unique_ptr<Instrumentation> Instr(new ASanInstrumentation(Ctx.get())); |
Ctx->setInstrumentation(std::move(Instr)); |