Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 20 Nov 2015 10:07:11 +0000 (10:07 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 20 Nov 2015 10:07:11 +0000 (10:07 +0000)
commit0a3cc8fdf572dd4598952013b8d90f6ae6ce87bb
tree4f4a64c5ae379dc20737db7d829f2e8ddf26821b
parent3f9c2909a59bff96037218dfea1c273943450a44
Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.

It caused link errors of the form:
InstrProfiling.c:(.text.__llvm_profile_instrument_target+0x1c0): undefined reference to `__sync_fetch_and_add_8'

We had a network outage at the time of the commit so the first build to show a
problem is http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/10827

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253656 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/SampleProf.h
include/llvm/Support/MathExtras.h
unittests/ProfileData/InstrProfTest.cpp
unittests/Support/MathExtrasTest.cpp