[all-commits] [llvm/llvm-project] 47c573: [SSP] Accessing __stack_chk_guard when using LTO (...

Wolfgang Pieb via All-commits all-commits at lists.llvm.org
Tue Sep 19 10:34:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47c5734e54d8e30c5afde476861edf8ea7e673cf
      https://github.com/llvm/llvm-project/commit/47c5734e54d8e30c5afde476861edf8ea7e673cf
  Author: Wolfgang Pieb <55721109+wolfy1961 at users.noreply.github.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    A llvm/test/LTO/ARM/ssp-static-reloc.ll

  Log Message:
  -----------
  [SSP] Accessing __stack_chk_guard when using LTO (#66535)

This is a pre-commit test of accessing the variable __stack_chk_guard
when the static relocation model is imposed on a module compiled with
pic enabled. It confirms issue
[#64999](https://github.com/llvm/llvm-project/issues/64999).

The intent is to update this test with the fix for the aforementioned
issue.




More information about the All-commits mailing list