[PATCH] D146463: [CodeGen][RISCV] Change Shadow Call Stack Register to X3
    Paul Kirth via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr 10 15:51:48 PDT 2023
    
    
  
paulkirth updated this revision to Diff 512276.
paulkirth marked 7 inline comments as done.
paulkirth added a comment.
Remove `-msmall-data-limit` related changes. There was a misunderstanding on my part about default linker behavior.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146463/new/
https://reviews.llvm.org/D146463
Files:
  clang/docs/ShadowCallStack.rst
  clang/lib/Driver/SanitizerArgs.cpp
  clang/test/Driver/sanitizer-ld.c
  compiler-rt/test/shadowcallstack/lit.cfg.py
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm/TargetParser/RISCVTargetParser.h
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
  llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
  llvm/lib/Target/RISCV/RISCVSubtarget.cpp
  llvm/lib/TargetParser/RISCVTargetParser.cpp
  llvm/test/CodeGen/RISCV/reserved-regs.ll
  llvm/test/CodeGen/RISCV/saverestore-scs.ll
  llvm/test/CodeGen/RISCV/shadowcallstack.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146463.512276.patch
Type: text/x-patch
Size: 24190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230410/02fa2e3b/attachment.bin>
    
    
More information about the llvm-commits
mailing list