X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FLibDriver%2FLibDriver.cpp;h=cb3278c716e6f9a8a3d4bc09485f020a989f215b;hb=cd52a7a381a73c53ec4ef517ad87f19808cb1a28;hp=9f2b12f75b8b2c25e07bc789cf65c514d809ef0b;hpb=d96e362b3f1c2b5b33f04df00a7abee415ebf006;p=oota-llvm.git diff --git a/lib/LibDriver/LibDriver.cpp b/lib/LibDriver/LibDriver.cpp index 9f2b12f75b8..cb3278c716e 100644 --- a/lib/LibDriver/LibDriver.cpp +++ b/lib/LibDriver/LibDriver.cpp @@ -54,7 +54,7 @@ public: LibOptTable() : OptTable(infoTable, llvm::array_lengthof(infoTable), true) {} }; -} // namespace +} static std::string getOutputPath(llvm::opt::InputArgList *Args) { if (auto *Arg = Args->getLastArg(OPT_out))