/freebsd/share/mk/ |
H A D | bsd.sanitizer.mk | diff 17d6371e4c85ca5952118203676cbd764db2b209 Mon Aug 02 17:01:30 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Fix GCC and -DWITH_CLEAN build after 7bc797e3f3807660cf98e5b1bd63545cafe820f8
Reported by: kib 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | bsd.compat.mk | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | bsd.progs.mk | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | bsd.README | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | bsd.opts.mk | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | sys.mk | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | bsd.prog.mk | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | bsd.lib.mk | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
/freebsd/lib/libgcc_s/ |
H A D | Makefile | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
/freebsd/lib/libclang_rt/ |
H A D | compiler-rt-vars.mk | diff 17d6371e4c85ca5952118203676cbd764db2b209 Mon Aug 02 17:01:30 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Fix GCC and -DWITH_CLEAN build after 7bc797e3f3807660cf98e5b1bd63545cafe820f8
Reported by: kib
|
H A D | Makefile.inc | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
/freebsd/lib/libgcc_eh/ |
H A D | Makefile.inc | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
/freebsd/lib/csu/ |
H A D | Makefile.inc | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
/freebsd/ |
H A D | Makefile.libcompat | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
H A D | Makefile.inc1 | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
/freebsd/libexec/rtld-elf/ |
H A D | Makefile | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|
/freebsd/lib/ |
H A D | Makefile | diff 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Mon Aug 02 10:48:21 CEST 2021 Alex Richardson <arichardson@FreeBSD.org> Add build system support for ASAN+UBSAN instrumentation
This adds two new options WITH_ASAN/WITH_UBSAN that can be set to enable instrumentation of all binaries with AddressSanitizer and/or UndefinedBehaviourSanitizer. This current patch is almost sufficient to get a complete buildworld with sanitizer instrumentation but in order to actually build and boot a system it depends on a few more follow-up commits.
Reviewed By: brooks, kib, markj Differential Revision: https://reviews.freebsd.org/D31043
|