Revert "[Support] Promote cl::StringSaver to a separate utility"
authorSean Silva <chisophugis@gmail.com>
Fri, 15 Aug 2014 23:39:01 +0000 (23:39 +0000)
committerSean Silva <chisophugis@gmail.com>
Fri, 15 Aug 2014 23:39:01 +0000 (23:39 +0000)
commit855d60236a2f109abcb2f4b016ae9637ab480536
tree5a389de39f05723e3a5564ba40492c16d06895e6
parentf0d509a1babbbb4916263285a03e8c336f7930fe
Revert "[Support] Promote cl::StringSaver to a separate utility"

This reverts commit r215784 / 3f8a26f6fe16cc76c98ab21db2c600bd7defbbaa.

LLD has 3 StringSaver's, one of which takes a lock when saving the
string... Need to investigate more closely.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215790 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h
include/llvm/Support/StringSaver.h [deleted file]
lib/Support/CommandLine.cpp
unittests/Support/CommandLineTest.cpp