From: Alexey Samsonov Date: Mon, 27 Apr 2015 22:09:27 +0000 (+0000) Subject: [UBSan] Reenable ASan+UBSan tests on Darwin now that PR21112 is fixed. X-Git-Tag: llvmorg-3.7.0-rc1~5892 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98d79dace33789348d4a4c641c9338d39801ff20;p=platform%2Fupstream%2Fllvm.git [UBSan] Reenable ASan+UBSan tests on Darwin now that PR21112 is fixed. llvm-svn: 235929 --- diff --git a/compiler-rt/test/ubsan/lit.common.cfg b/compiler-rt/test/ubsan/lit.common.cfg index 5a406ee..6301729 100644 --- a/compiler-rt/test/ubsan/lit.common.cfg +++ b/compiler-rt/test/ubsan/lit.common.cfg @@ -21,10 +21,6 @@ if ubsan_lit_test_mode == "Standalone": config.available_features.add("ubsan-standalone") clang_ubsan_cflags = [] elif ubsan_lit_test_mode == "AddressSanitizer": - if config.host_os == 'Darwin': - # ubsan-asan doesn't yet work on Darwin, - # see http://llvm.org/bugs/show_bug.cgi?id=21112. - config.unsupported = True config.name = 'UBSan-ASan-' + config.target_arch config.available_features.add("ubsan-asan") clang_ubsan_cflags = ["-fsanitize=address"]