OSDN Git Service

Use printf instead of "echo -e" or "echo -n".
authorRui Ueyama <ruiu@google.com>
Wed, 26 Oct 2016 01:07:26 +0000 (01:07 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 26 Oct 2016 01:07:26 +0000 (01:07 +0000)
commit7d084db8369c1b076dfc4563dce27f5aaebb63b8
tree1d0e809d67468fa12e0f7d8db158158fc6aacac8
parent7f59a4b62de3f616add2f022094e7a57ae1fb032
Use printf instead of "echo -e" or "echo -n".

Not all echo commands support "-e". On the other hand, printf
command is in POSIX, so it's more portable than "echo -e".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285151 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/archive-format.test
test/tools/sanstats/elf.test