Move lsan allocator cache from lsan_common_linux to lsan_linux
authorFrancis Ricci <francisjricci@gmail.com>
Mon, 27 Mar 2017 19:42:37 +0000 (19:42 +0000)
committerFrancis Ricci <francisjricci@gmail.com>
Mon, 27 Mar 2017 19:42:37 +0000 (19:42 +0000)
commit3e564e985f7f26a7eb1401ec87754df4f1124bbb
treebae3b87246534aa179163624ac25758c79769299
parent484aa45153e6fe429200034380e07966fe601003
Move lsan allocator cache from lsan_common_linux to lsan_linux

Having this function in common seems to trigger a lot of unrelated
test failures. Given that this isn't really common code anyway,
move this to a new linux-specific lsan file.

llvm-svn: 298878
compiler-rt/lib/lsan/CMakeLists.txt
compiler-rt/lib/lsan/lsan_common_linux.cc
compiler-rt/lib/lsan/lsan_linux.cc [new file with mode: 0644]