diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-05-13 21:19:19 +0100 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2021-05-13 21:19:19 +0100 |
commit | 1f6fc2826d19136bb5ab97a4bdac07e6736b6869 (patch) | |
tree | addbb91d91177651d0de5e25a50f57c7b72b5767 | |
parent | adab7b2bf42b469e51154a09a1b4fa0726a7073c (diff) | |
download | gcc-1f6fc2826d19136bb5ab97a4bdac07e6736b6869.zip gcc-1f6fc2826d19136bb5ab97a4bdac07e6736b6869.tar.gz gcc-1f6fc2826d19136bb5ab97a4bdac07e6736b6869.tar.bz2 |
libsanitizer : Update LOCAL_PATCHES.
This adds the local patch to handle missing __builtin_os_log_format
on Darwin.
libsanitizer/ChangeLog:
* LOCAL_PATCHES: Add Darwin patch for __builtin_os_log_format.
-rw-r--r-- | libsanitizer/LOCAL_PATCHES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsanitizer/LOCAL_PATCHES b/libsanitizer/LOCAL_PATCHES index 6c48392..b1969fc 100644 --- a/libsanitizer/LOCAL_PATCHES +++ b/libsanitizer/LOCAL_PATCHES @@ -1 +1,2 @@ fb73b1ce36c6ede097ecb220fcd0a1ed2df8fd01 +adab7b2bf42b469e51154a09a1b4fa0726a7073c |