Don't include system header inside namespace
authorStephan Bergmann <sbergman@redhat.com>
Fri, 2 Dec 2016 08:03:57 +0000 (08:03 +0000)
committerStephan Bergmann <sbergman@redhat.com>
Fri, 2 Dec 2016 08:03:57 +0000 (08:03 +0000)
commit612d8c66f4740f9f8c47a2a70b70f1507ee4c5dc
tree9b675851901c0d15b67e7efbb71d781678942c65
parent5708b2f8a639017b4bb3f5905450526202263371
Don't include system header inside namespace

...causes build failure at least with GCC 6.2.1, as smmintrin.h indirectly
includes cstdlib, which then runs into problems.

llvm-svn: 288486
compiler-rt/lib/scudo/scudo_allocator.cpp