compiler-rt/
* cmake/config-ix.cmake: New options for RISCV32 and RISCV64. * test/asan/CMakeLists.txt: Ditto.
Paths
| Differential D84727
[RISC-V] Add support for AddressSanitizer AbandonedPublic Authored by joshua-arch1 on Jul 27 2020, 10:50 PM.
Details Summary compiler-rt/ * cmake/config-ix.cmake: New options for RISCV32 and RISCV64. * test/asan/CMakeLists.txt: Ditto.
Diff Detail Event TimelineHerald added subscribers: luismarques, sameer.abuasal, s.egerton and 11 others. · View Herald TranscriptJul 27 2020, 10:50 PM Comment Actions There is only support for 64-bit RISC-V in the sanitizer implementation: rG977205b595c. Until the 32-bit risc-v linux ABI is stable, this should not be landed. joshua-arch1 added reviewers: mgorny, fedor.sergeev, simoncook, cryptoad, shiva0217, rogfer01, rkruppe, s.egerton, sameer.abuasal, luismarques.Jul 28 2020, 5:37 AM Comment Actions I have removed support for 32-bit RISC-V in Linux sanitizer implementation. Please review it. Comment Actions
Have my patch been reviewed?
Revision Contents
Diff 281888 compiler-rt/cmake/config-ix.cmake
compiler-rt/test/asan/CMakeLists.txt
|