[PATCH] D108416: [llvm-libgcc] initial commit

Christopher Di Bella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 13:50:32 PST 2022


cjdb updated this revision to Diff 399780.
cjdb marked 5 inline comments as done.
cjdb retitled this revision from "[WORK IN PROGRESS][llvm-libgcc] initial commit" to "[llvm-libgcc] initial commit".
cjdb edited the summary of this revision.
cjdb added a comment.

- applies most of the feedback in the CL
- adds a Python script that generates new linker version scripts instead of requiring developers to do it by hand


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108416

Files:
  llvm/tools/llvm-libgcc/CMakeLists.txt
  llvm/tools/llvm-libgcc/FindCompilerRT.cmake
  llvm/tools/llvm-libgcc/FindLLVMLibunwind.cmake
  llvm/tools/llvm-libgcc/docs/LLVMLibgcc.rst
  llvm/tools/llvm-libgcc/generate_version_script.py
  llvm/tools/llvm-libgcc/lib/CMakeLists.txt
  llvm/tools/llvm-libgcc/lib/blank.cpp
  llvm/tools/llvm-libgcc/version-scripts/gcc_s-aarch64.ver
  llvm/tools/llvm-libgcc/version-scripts/gcc_s-armhf.ver
  llvm/tools/llvm-libgcc/version-scripts/gcc_s-i386.ver
  llvm/tools/llvm-libgcc/version-scripts/gcc_s-x86_64.ver

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108416.399780.patch
Type: text/x-patch
Size: 34736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220113/305f6865/attachment.bin>


More information about the llvm-commits mailing list