-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
Per llvm/llvm-project#151015 (comment).
Right now, it is just disabled:
$ /opt/wasi-sdk/bin/clang -fsanitize=address test.c
clang: error: unsupported option '-fsanitize=address' for target 'wasm32-unknown-wasi'
Personally, I don't really know how ASan would work, since I believe it relies on a block of shadow memory somewhere high in address space normally. Would that be just a new linear memory just for that purpose? I'm not familiar with ASan implementation, I assume @sbc100 knows how it is supposed to work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels