Sangbida Chaudhuri
8578d6cd1b
makefile: enable fuzzing support on macOS
...
Enable fuzzing support on macOS by configuring the build system to use Homebrew LLVM toolchain and handle macOS-specific linking requirements.
The `make check-fuzz` command was failing on macOS because:
- System clang lacks fuzzer runtime library support
- Linking issues with fuzzer targets
- Test script attempts to execute debug symbol files
This PR adds macOS-specific configuration to:
- Use Homebrew LLVM toolchain for fuzzer support
- Explicitly link fuzzer libraries
- Exclude `.dSYM` directories from test discovery
All 76 fuzzer targets now build and pass on macOS.
2025-10-20 14:34:20 +10:30
..
2025-09-22 11:03:54 +09:30
2024-01-23 20:21:48 +10:30
2025-10-20 14:34:20 +10:30
2025-09-15 11:28:20 +09:30
2025-07-08 12:54:56 +09:30
2025-09-22 10:23:24 +09:30
2025-09-15 11:30:08 +09:30
2025-09-15 13:39:18 +09:30
2024-01-23 20:21:48 +10:30
2024-01-23 20:21:48 +10:30
2025-10-01 15:31:30 +09:30
2024-01-23 20:21:48 +10:30
2025-09-15 13:42:38 +09:30
2025-09-15 13:43:40 +09:30
2025-09-22 11:03:54 +09:30
2025-04-15 19:53:47 +09:30
2025-04-15 19:53:47 +09:30
2025-04-15 19:53:47 +09:30
2025-09-15 11:31:00 +09:30
2025-09-22 12:43:35 +09:30
2025-07-08 14:47:36 +09:30
2024-11-13 13:24:06 +10:30
2024-06-19 15:54:24 +09:30
2024-02-04 17:16:01 +01:00
2024-02-04 17:16:01 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-03-20 13:51:48 +10:30
2024-03-20 13:51:48 +10:30
2024-02-16 15:02:38 +01:00
2025-05-13 14:52:15 +09:30
2024-03-20 13:51:48 +10:30
2025-09-15 11:21:25 +09:30
2025-09-15 11:28:07 +09:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-10-16 07:14:32 +10:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2025-03-18 14:30:58 +10:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-11-21 14:15:36 +10:30
2025-05-13 14:52:15 +09:30
2024-11-21 14:15:36 +10:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-11-21 14:15:36 +10:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2024-11-21 14:15:36 +10:30
2024-10-16 07:14:32 +10:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2023-10-24 12:17:18 +10:30
2023-10-24 12:17:18 +10:30
2025-10-02 11:08:35 +09:30