[all-commits] [llvm/llvm-project] 1e328b: [LTO] Specify triple to address unknown binary for...

Jake Egan via All-commits all-commits at lists.llvm.org
Thu Dec 2 13:40:28 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e328b06c15273edf4a40a27ca24931b5efb3a87
      https://github.com/llvm/llvm-project/commit/1e328b06c15273edf4a40a27ca24931b5efb3a87
  Author: Jake Egan <Jake.Egan at ibm.com>
  Date:   2021-12-02 (Thu, 02 Dec 2021)

  Changed paths:
    M llvm/test/LTO/X86/bcsection.ll

  Log Message:
  -----------
  [LTO] Specify triple to address unknown binary format assertion

On AIX, this test generates an XCOFF file and hits "unknown binary format" assertion in llvm-nm. This patch specifies the triple to mitigate this issue.

Reviewed By: steven_wu

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




More information about the All-commits mailing list