[all-commits] [llvm/llvm-project] b79a62: [clang] Support ASan on WASI (#139014)

Yuta Saito via All-commits all-commits at lists.llvm.org
Thu May 22 18:58:50 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b79a624cd601723f9e55a7b1bad9fbaa060d803e
      https://github.com/llvm/llvm-project/commit/b79a624cd601723f9e55a7b1bad9fbaa060d803e
  Author: Yuta Saito <kateinoigakukun at gmail.com>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp

  Log Message:
  -----------
  [clang] Support ASan on WASI (#139014)

I'm working on porting ASan to Wasm/WASI targets, and this is the first
part of the change sets. I'll post runtime changes separately.

This change makes `-fsanitize=address` available for WASI target by
replicating what we do for Emscripten because they share the same memory
model.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list