[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-22 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `clang,llvm` at step 6 "test". Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/18155 Here is the relevant piece o

[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-22 Thread Yuta Saito via cfe-commits
kateinoigakukun wrote: Let me merge this to unblock further ASan upstreaming work :pray: https://github.com/llvm/llvm-project/pull/139014 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit

[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-22 Thread Yuta Saito via cfe-commits
https://github.com/kateinoigakukun closed https://github.com/llvm/llvm-project/pull/139014 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-08 Thread Yuta Saito via cfe-commits
kateinoigakukun wrote: > presumably the sanitizer runtime will end up alongside wasi-libc in the wasi > SDK? @dschuff Yes, it will be placed alongside the other clang_rt libraries in WASI SDK and Swift SDK for Wasm https://github.com/llvm/llvm-project/pull/139014 _

[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-08 Thread Derek Schuff via cfe-commits
dschuff wrote: This looks good to me, @sbc100 and @sunfishcode might also be interested (presumably the sanitizer runtime will end up alongside wasi-libc in the wasi SDK?) https://github.com/llvm/llvm-project/pull/139014 ___ cfe-commits mailing list

[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-07 Thread Yuta Saito via cfe-commits
https://github.com/kateinoigakukun edited https://github.com/llvm/llvm-project/pull/139014 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Yuta Saito (kateinoigakukun) Changes 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 t

[clang] [llvm] [clang] Support ASan on WASI (PR #139014)

2025-05-07 Thread Yuta Saito via cfe-commits
https://github.com/kateinoigakukun created https://github.com/llvm/llvm-project/pull/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 later. This change makes `-fsanitize=address` available for WASI target by repl