llvm-project/compiler-rt/lib/gwp_asan
Mitch Phillips 343597789e [GWP-ASan] Respect compiler-rt's -fno-lto
https://bugs.llvm.org/show_bug.cgi?id=43722

GWP-ASan didn't include SANITIZER_COMMON_CFLAGS, and thus would produce
LLVM bitcode files, when compiler-rt is generally built without LTO.
2019-11-07 07:43:02 -08:00
..
optional [GWP-ASan] Split options_parser and backtrace_sanitizer_common. 2019-08-23 23:23:48 +00:00
platform_specific [GWP-ASan] Core Guarded Pool Allocator [4]. 2019-06-05 19:42:48 +00:00
scripts [GWP-ASan] Add public-facing documentation [6]. 2019-08-21 17:53:51 +00:00
tests [GWP-ASan] Split options_parser and backtrace_sanitizer_common. 2019-08-23 23:23:48 +00:00
CMakeLists.txt [GWP-ASan] Respect compiler-rt's -fno-lto 2019-11-07 07:43:02 -08:00
definitions.h [GWP-ASan] Core Guarded Pool Allocator [4]. 2019-06-05 19:42:48 +00:00
guarded_pool_allocator.cpp [GWP-ASan] Fix typos. 2019-08-20 20:16:11 +00:00
guarded_pool_allocator.h [GWP-ASan] Implement stack frame compression. 2019-08-15 21:09:09 +00:00
mutex.h [GWP-ASan] Mutex implementation [2]. 2019-05-30 19:45:32 +00:00
options.h [GWP-ASan] Split options_parser and backtrace_sanitizer_common. 2019-08-23 23:23:48 +00:00
options.inc [GWP-ASan] Add public-facing documentation [6]. 2019-08-21 17:53:51 +00:00
random.cpp [GWP-ASan] Add thread ID to PRNG seed. 2019-07-16 20:06:17 +00:00
random.h
stack_trace_compressor.cpp [GWP-ASan] Implement stack frame compression. 2019-08-15 21:09:09 +00:00
stack_trace_compressor.h [GWP-ASan] Implement stack frame compression. 2019-08-15 21:09:09 +00:00