1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Delete a no-longer-supported configuration item.

llvm-svn: 29960
This commit is contained in:
Reid Spencer 2006-08-29 20:52:44 +00:00
parent 46cb8d0649
commit 010670d5d3

View 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%