Get the -o option right
authorReid Spencer <rspencer@reidspencer.com>
Sat, 20 Nov 2004 20:45:33 +0000 (20:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 20 Nov 2004 20:45:33 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18052 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/llvmc.cpp

index c377659a88e296fc392266b162e25946a09ae51d..64301c290305499accb4bfb6b889baa02d8ae08e 100644 (file)
@@ -121,7 +121,7 @@ cl::list<std::string> BOpt("B", cl::ZeroOrMore, cl::Prefix,
 
 cl::list<std::string> LibPaths("L", cl::Prefix,
   cl::desc("Specify a library search path"), cl::value_desc("directory"));
-                                                                                                                                            
+
 cl::list<std::string> Libraries("l", cl::Prefix,
   cl::desc("Specify libraries to link to"), cl::value_desc("library prefix"));