General support utilities like a program options class and a StringMap
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:40:18 +0000 (12:40 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:40:18 +0000 (12:40 +0000)
commit14bc392291b6441a0ff255346bafeb49dc350140
tree6bd562c424281d3fbe834755784b45102d08b63d
parent9ad9f09ef2d6ddc8be51d70d4af6db8fb6eb9565
General support utilities like a program options class and a StringMap
class for mapping strings to arbitrary things.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ProgramOption.h [new file with mode: 0644]
include/llvm/Support/ProgramOptions.h [new file with mode: 0644]
include/llvm/Support/StringUtils.h [new file with mode: 0644]
include/llvm/Support/Unique.h [new file with mode: 0644]