yaml2coff/elf: Touchup for compatibility.
authorWill Dietz <wdietz2@illinois.edu>
Sat, 12 Oct 2013 21:29:16 +0000 (21:29 +0000)
committerWill Dietz <wdietz2@illinois.edu>
Sat, 12 Oct 2013 21:29:16 +0000 (21:29 +0000)
commit6dd7893e8c7234d65cdc47e3f3ce251fdfb35768
tree30eda9025a70977ccdc5b8cdf6d3a26c253196aa
parent24732c3363a9a442c14cf236c3de1086cdee6000
yaml2coff/elf: Touchup for compatibility.

* std::string::append(int, int) can be ambiguous.
* std::vector<>::data() is a C++11 feature, use ArrayRef abstraction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192542 91177308-0d34-0410-b5e6-96231b3b80d8
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp