[all-commits] [llvm/llvm-project] d1873d: [NFC][AIX] Disable precompiled module file test on...

Jake Egan via All-commits all-commits at lists.llvm.org
Tue Mar 15 12:16:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1873d395d5799fe7344d08de7f2b01e53697eca
      https://github.com/llvm/llvm-project/commit/d1873d395d5799fe7344d08de7f2b01e53697eca
  Author: Jake Egan <jakeegan10 at gmail.com>
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
    M clang/test/ClangScanDeps/modules-no-undeclared-includes.c

  Log Message:
  -----------
  [NFC][AIX] Disable precompiled module file test on AIX

This patch follows the same reasoning as D114481. The PCH reader looks for `__clangast` section in the precompiled module file, which is not present in the file on AIX and not supported in XCOFF yet.

Reviewed By: daltenty

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




More information about the All-commits mailing list