[all-commits] [llvm/llvm-project] f1d32a: [AIX] Avoid depending on objdump

jsji via All-commits all-commits at lists.llvm.org
Tue Nov 2 12:16:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1d32a521e62dba3cee0090ac7b4f60ed4499507
      https://github.com/llvm/llvm-project/commit/f1d32a521e62dba3cee0090ac7b4f60ed4499507
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M llvm/utils/extract_symbols.py

  Log Message:
  -----------
  [AIX] Avoid depending on objdump

On AIX, we are currently relying on `objdump` to detemine the
is_32_bit_windows.

`objdump` is not installed by default on AIX, it is creating problem to
depend on it, especially just for an always false detection on AIX.

So this patch simply provide a always false function to satify the
detection.

Reviewed By: #powerpc, daltenty

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




More information about the All-commits mailing list