Large scale changes to implement new command line argument facility
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2001 02:35:57 +0000 (02:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2001 02:35:57 +0000 (02:35 +0000)
commit8f367bd3c0f56b7b318c46cee04f77735f617777
treeef00b00e2465f9168bbbd83fd2ebef8fa857146f
parenta28504313d4c3fe87173a71b511dd4c8e25c3312
Large scale changes to implement new command line argument facility

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272 91177308-0d34-0410-b5e6-96231b3b80d8
32 files changed:
include/llvm/Assembly/Parser.h
include/llvm/CodeGen/InstrSelection.h
include/llvm/Support/ProgramOption.h [deleted file]
include/llvm/Support/ProgramOptions.h [deleted file]
include/llvm/Tools/CommandLine.h
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/Support/Makefile
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
support/lib/Support/Makefile
support/lib/Support/ProgramOption.cpp [deleted file]
support/lib/Support/ProgramOptions.cpp [deleted file]
tools/analyze/Makefile
tools/analyze/analyze.cpp
tools/as/Makefile
tools/as/as.cpp
tools/dis/Makefile
tools/dis/dis.cpp
tools/llc/LLCOptions.cpp [deleted file]
tools/llc/LLCOptions.h [deleted file]
tools/llc/Makefile
tools/llc/llc.cpp
tools/llvm-as/Makefile
tools/llvm-as/as.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-dis/Makefile
tools/llvm-dis/dis.cpp
tools/llvm-dis/llvm-dis.cpp
tools/opt/Makefile
tools/opt/opt.cpp
tools/opt/test.sh [deleted file]
tools/opt/testinline.sh [deleted file]
tools/opt/teststrip.sh [deleted file]