[PATCH] D109090: [PPC64] fix/workaround runtime crash on FreeBSD with llvm12 and later

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 11:04:43 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/stack-protector.ll:14
 ; AIX64: ld {{.*}}__ssp_canary_word
+; FREEBSD32: lwz {{[0-9]+}}, __stack_chk_guard at l(29)
+; FREEBSD64: ld {{[0-9]+}}, .LC0 at toc@l(4)
----------------
Can be simplified as `[[#]]`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109090



More information about the llvm-commits mailing list