summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2017-06-14 23:40:25 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2017-06-14 23:40:25 +0000
commit406c11310383849cbcb48073fc0a7698683c795b (patch)
treeb17d95f10f6f36670438d95ec26fa768331968e8 /llvm/lib/Fuzzer/test
parent2aecdde5124acc459604b53db71bb2be90e82211 (diff)
downloadbcm5719-llvm-406c11310383849cbcb48073fc0a7698683c795b.tar.gz
bcm5719-llvm-406c11310383849cbcb48073fc0a7698683c795b.zip
Fixing section name for Darwin platforms for sanitizer coverage
On Darwin, section names have a 16char length limit. llvm-svn: 305429
Diffstat (limited to 'llvm/lib/Fuzzer/test')
-rw-r--r--llvm/lib/Fuzzer/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/CMakeLists.txt b/llvm/lib/Fuzzer/test/CMakeLists.txt
index bb9406297da..1cf6c9502a2 100644
--- a/llvm/lib/Fuzzer/test/CMakeLists.txt
+++ b/llvm/lib/Fuzzer/test/CMakeLists.txt
@@ -206,7 +206,7 @@ include_directories(..)
add_subdirectory(no-coverage)
add_subdirectory(trace-pc)
add_subdirectory(ubsan)
-if (NOT APPLE AND NOT MSVC)
+if (NOT MSVC)
add_subdirectory(inline-8bit-counters)
endif()
OpenPOWER on IntegriCloud