[PATCH] D131341: [RISC-V][HWASAN] Add tag mismatch routines for HWASAN required for RISC-V

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 12:02:08 PDT 2022


craig.topper added inline comments.


================
Comment at: compiler-rt/lib/hwasan/CMakeLists.txt:20
   hwasan_setjmp_x86_64.S
+  hwasan_setjmp_riscv64.S
   hwasan_tag_mismatch_aarch64.S
----------------
this should be alphabetized above x86_64


================
Comment at: llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn:72
     "hwasan_setjmp_x86_64.S",
+    "hwasan_setjmp_riscv64.S",
     "hwasan_tag_mismatch_aarch64.S",
----------------
alphabetize


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131341/new/

https://reviews.llvm.org/D131341



More information about the llvm-commits mailing list