OSDN Git Service

Delete a no-longer-supported configuration item.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 29 Aug 2006 20:52:44 +0000 (20:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 29 Aug 2006 20:52:44 +0000 (20:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29960 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/ll

index 9c5146c..8150204 100644 (file)
@@ -4,7 +4,6 @@
   preprocessor.command=
   preprocessor.required=false
   translator.command=%bindir%/llvm-as %in% -o %out%
-  translator.optimizes=no
   translator.preprocesses=true
   translator.required=TRUE
   optimizer.command=%bindir%/opt %in% -o %out% %opt% %args%