[all-commits] [llvm/llvm-project] a74d9e: [ifs] Add --strip-size flag

Alex Brachet via All-commits all-commits at lists.llvm.org
Sat May 14 11:51:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a74d9e74e5f97640ed0727fcd363c165209dfbf1
      https://github.com/llvm/llvm-project/commit/a74d9e74e5f97640ed0727fcd363c165209dfbf1
  Author: Alex Brachet <abrachet at google.com>
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-ifs.rst
    M llvm/include/llvm/InterfaceStub/IFSStub.h
    M llvm/lib/InterfaceStub/ELFObjHandler.cpp
    M llvm/lib/InterfaceStub/IFSHandler.cpp
    A llvm/test/tools/llvm-ifs/strip-size.test
    M llvm/tools/llvm-ifs/llvm-ifs.cpp
    M llvm/unittests/InterfaceStub/ELFYAMLTest.cpp

  Log Message:
  -----------
  [ifs] Add --strip-size flag

st_size may not be of importance to the abi if you are not using
copy relocations. This is helpful when you want to check the abi
of a shared object both when instrumented and not because asan
will increase the size of objects to include the redzone.

Differential revision: https://reviews.llvm.org/D124792




More information about the All-commits mailing list