Convert from using C style char*'s to strings.
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 03:57:31 +0000 (03:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 03:57:31 +0000 (03:57 +0000)
commit953e0d7076cd09a7bebd15d5f738028b45b4b063
tree85f69ce200926317dfe7a4e930ba72cdb5a87483
parent29f921ca75d44fc36c10f0e2597470b4b3ada6e0
Convert from using C style char*'s to strings.

Look ma, no strdups

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ProgramOption.h
include/llvm/Support/ProgramOptions.h
support/lib/Support/ProgramOption.cpp
support/lib/Support/ProgramOptions.cpp
tools/llc/LLCOptions.cpp