Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Akihiko Odaki
On 2024/08/16 17:46, Richard Henderson wrote: On 8/16/24 18:27, Akihiko Odaki wrote: On 2024/08/16 17:24, Thomas Huth wrote: On 16/08/2024 10.21, Akihiko Odaki wrote: On 2024/08/16 17:03, Thomas Huth wrote: On 16/08/2024 09.30, Akihiko Odaki wrote: On 2024/08/16 16:27, Thomas Huth wrote:

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Thomas Huth
On 16/08/2024 10.27, Akihiko Odaki wrote: On 2024/08/16 17:24, Thomas Huth wrote: On 16/08/2024 10.21, Akihiko Odaki wrote: On 2024/08/16 17:03, Thomas Huth wrote: On 16/08/2024 09.30, Akihiko Odaki wrote: On 2024/08/16 16:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Richard Henderson
On 8/16/24 18:27, Akihiko Odaki wrote: On 2024/08/16 17:24, Thomas Huth wrote: On 16/08/2024 10.21, Akihiko Odaki wrote: On 2024/08/16 17:03, Thomas Huth wrote: On 16/08/2024 09.30, Akihiko Odaki wrote: On 2024/08/16 16:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On 202

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Akihiko Odaki
On 2024/08/16 17:24, Thomas Huth wrote: On 16/08/2024 10.21, Akihiko Odaki wrote: On 2024/08/16 17:03, Thomas Huth wrote: On 16/08/2024 09.30, Akihiko Odaki wrote: On 2024/08/16 16:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On 2024/08/16 16:03, Thomas Huth wrote: On 16

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Thomas Huth
On 16/08/2024 10.21, Akihiko Odaki wrote: On 2024/08/16 17:03, Thomas Huth wrote: On 16/08/2024 09.30, Akihiko Odaki wrote: On 2024/08/16 16:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On 2024/08/16 16:03, Thomas Huth wrote: On 16/08/2024 08.22, Akihiko Odaki wrote: Com

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Akihiko Odaki
On 2024/08/16 17:03, Thomas Huth wrote: On 16/08/2024 09.30, Akihiko Odaki wrote: On 2024/08/16 16:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On 2024/08/16 16:03, Thomas Huth wrote: On 16/08/2024 08.22, Akihiko Odaki wrote: Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.y

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Richard Henderson
On 8/16/24 17:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On 2024/08/16 16:03, Thomas Huth wrote: On 16/08/2024 08.22, Akihiko Odaki wrote: Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system job") adds -fno-sanitize=function fo

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Thomas Huth
On 16/08/2024 09.30, Akihiko Odaki wrote: On 2024/08/16 16:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On 2024/08/16 16:03, Thomas Huth wrote: On 16/08/2024 08.22, Akihiko Odaki wrote: Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the cla

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Akihiko Odaki
On 2024/08/16 16:27, Thomas Huth wrote: On 16/08/2024 09.12, Akihiko Odaki wrote: On 2024/08/16 16:03, Thomas Huth wrote: On 16/08/2024 08.22, Akihiko Odaki wrote: Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system job") adds -fno-sanitize=function

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Thomas Huth
On 16/08/2024 09.12, Akihiko Odaki wrote: On 2024/08/16 16:03, Thomas Huth wrote: On 16/08/2024 08.22, Akihiko Odaki wrote: Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system job") adds -fno-sanitize=function for the CI but doesn't add the flag in t

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Akihiko Odaki
On 2024/08/16 16:03, Thomas Huth wrote: On 16/08/2024 08.22, Akihiko Odaki wrote: Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system job") adds -fno-sanitize=function for the CI but doesn't add the flag in the other context. Add it to meson.build for

Re: [PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-16 Thread Thomas Huth
On 16/08/2024 08.22, Akihiko Odaki wrote: Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system job") adds -fno-sanitize=function for the CI but doesn't add the flag in the other context. Add it to meson.build for such. It is not removed from .gitlab-ci.

[PATCH v3] meson: Use -fno-sanitize=function when available

2024-08-15 Thread Akihiko Odaki
Commit 23ef50ae2d0c (".gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system job") adds -fno-sanitize=function for the CI but doesn't add the flag in the other context. Add it to meson.build for such. It is not removed from .gitlab-ci.d/buildtest.yml because -fno-sanitize=functi