This allows building the bootstrap tools with sanitizers to catch
undefined behaviour or memory error triggered when building FreeBSD.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 72312 Build 69195: arc lint + arc unit
Event Timeline
Comment Actions
I tried applying this patch and building world on FreeBSD running recent main. I can see that MK_ASAN and MK_UBSAN are getting set properly, but if I trace process args during the bootstrap-tools phase, I can't see -fsanitize getting passed anywhere. Am I missing something?