diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_flags.inc')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_flags.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_flags.inc b/compiler-rt/lib/tsan/rtl/tsan_flags.inc index d15b722ee5e..e4994685fa0 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_flags.inc +++ b/compiler-rt/lib/tsan/rtl/tsan_flags.inc @@ -76,3 +76,4 @@ TSAN_FLAG(int, io_sync, 1, "2 - global synchronization of all IO operations.") TSAN_FLAG(bool, die_after_fork, true, "Die after multi-threaded fork if the child creates new threads.") +TSAN_FLAG(const char *, suppressions, "", "Suppressions file name.") |

