https://github.com/jaidTw closed
https://github.com/llvm/llvm-project/pull/115355
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
mylai-mtk wrote:
LGTM
https://github.com/llvm/llvm-project/pull/115355
___
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: Jesse Huang (jaidTw)
Changes
This option was used to override the behavior of `-fsanitize=shadowcallstack`
on RISC-V backend, which by default use a hardware implementation if possible,
to use the software implementation instead. A
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Jesse Huang (jaidTw)
Changes
This option was used to override the behavior of `-fsanitize=shadowcallstack`
on RISC-V backend, which by default use a hardware implementation if possible,
to use the software implementation instead. After
h
https://github.com/jaidTw created
https://github.com/llvm/llvm-project/pull/115355
This option was used to override the behavior of `-fsanitize=shadowcallstack`
on RISC-V backend, which by default use a hardware implementation if possible,
to use the software implementation instead. After
htt