hanchenye-llvm-project/compiler-rt/lib/scudo
Stephan Bergmann 612d8c66f4 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
2016-12-02 08:03:57 +00:00
..
CMakeLists.txt [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_allocator.cpp Don't include system header inside namespace 2016-12-02 08:03:57 +00:00
scudo_allocator.h [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_allocator_secondary.h [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_flags.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_flags.h [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_flags.inc
scudo_interceptors.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_new_delete.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_termination.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_utils.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
scudo_utils.h [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00