diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-02-09 21:29:18 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-02-09 21:29:18 +0000 |
| commit | 617f73d9e922da3bb9d2bda0dca03ba770aa7f51 (patch) | |
| tree | e8cf419be1d38e5ddc43e32a0db1706f4748676f /lib/libc | |
| parent | 3c1990c9a3593886531a35ba6ec06ae7df996565 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/tests/ssp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/tests/ssp/Makefile b/lib/libc/tests/ssp/Makefile index cf767ce4bd0e4..7bc866035be0a 100644 --- a/lib/libc/tests/ssp/Makefile +++ b/lib/libc/tests/ssp/Makefile @@ -26,7 +26,11 @@ PROGS+= h_getcwd PROGS+= h_memcpy PROGS+= h_memmove PROGS+= h_memset +# This testcase doesn't run properly when not compiled with -fsantize=bounds +# with clang, which is currently contingent on a compiler_rt update +.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 30500 PROGS+= h_raw +.endif PROGS+= h_read PROGS+= h_readlink PROGS+= h_snprintf |
