[all-commits] [llvm/llvm-project] 760e69: [NFC][AIX]Disable new pcm tests on AIX

Steven Wan via All-commits all-commits at lists.llvm.org
Fri Jan 28 09:39:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 760e69223d83860ed4758f86a0de4686a8d51fd7
      https://github.com/llvm/llvm-project/commit/760e69223d83860ed4758f86a0de4686a8d51fd7
  Author: Steven Wan <wanyu9511 at gmail.com>
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
    M clang/test/ClangScanDeps/modules-symlink.c

  Log Message:
  -----------
  [NFC][AIX]Disable new pcm tests on AIX

Same as D114481, the PCH reader looks for a `__clangast` section in the precompiled module file, which isn't present on AIX, and we don't support writing this custom section in XCOFF yet.

Reviewed By: Jake-Egan, daltenty, sfertile

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




More information about the All-commits mailing list