[all-commits] [llvm/llvm-project] 9afceb: [AIX] change "llvm-ar" to "env OBJECT_MODE=any llv...

diggerlin via All-commits all-commits at lists.llvm.org
Tue Mar 14 08:50:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9afcebb2202eb705da1ddbf6b36c1f5629042f6e
      https://github.com/llvm/llvm-project/commit/9afcebb2202eb705da1ddbf6b36c1f5629042f6e
  Author: zhijian <zhijian at ca.ibm.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M clang/test/Driver/linker-wrapper-libs.c
    M clang/test/lit.cfg.py

  Log Message:
  -----------
  [AIX] change "llvm-ar" to "env OBJECT_MODE=any llvm-ar" in clang/test for AIX OS

Summary:

In patch https://reviews.llvm.org/D127864. we add a new option -X for AIX OS, and default value is -X32. In order not effect the test cases in clang/test. we need to change "llvm-ar" to "env OBJECT_MODE=any llvm-ar" in clang/test for AIX OS

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




More information about the All-commits mailing list