[all-commits] [llvm/llvm-project] 986362: [BOLT] Add BinaryContext::IsStripped

Huan Nguyen via All-commits all-commits at lists.llvm.org
Thu Jul 28 23:11:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 986362d4a3fd597cc28800ce20ffc700e2a48089
      https://github.com/llvm/llvm-project/commit/986362d4a3fd597cc28800ce20ffc700e2a48089
  Author: Huan Nguyen <nhuhuan at yahoo.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M bolt/include/bolt/Core/BinaryContext.h
    M bolt/lib/Rewrite/RewriteInstance.cpp
    A bolt/test/X86/is-strip.s

  Log Message:
  -----------
  [BOLT] Add BinaryContext::IsStripped

Determine stripped status of a binary based on .symtab

Test Plan:
```
ninja check-bolt
```

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D130034




More information about the All-commits mailing list