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
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
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
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
_
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
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
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
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