Revert "Resubmit "Add support for advanced number formatting.""
authorRenato Golin <renato.golin@linaro.org>
Tue, 18 Oct 2016 09:30:18 +0000 (09:30 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 18 Oct 2016 09:30:18 +0000 (09:30 +0000)
commit9ce5074d29c8fb65d362476a6eef600baae07d39
treef98e51a9d5f96e54f6568ab603436c3fd473d21d
parent33f138b5668000df732e74150b3dd0cc827f9389
Revert "Resubmit "Add support for advanced number formatting.""

This reverts commits 284436 and 284437 because they still break AArch64 bots:

Value of: format_number(-10, IntegerStyle::Integer, 1)
  Actual: "-0"
  Expected: "-10"

llvm-svn: 284462
llvm/include/llvm/Support/NativeFormatting.h
llvm/lib/Support/NativeFormatting.cpp
llvm/lib/Support/raw_ostream.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/NativeFormatTests.cpp [deleted file]