[all-commits] [llvm/llvm-project] 06d4a7: [NFC][AIX]Disable precompiled module file tests on...
Steven Wan via All-commits
all-commits at lists.llvm.org
Wed Nov 24 10:22:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06d4a76309cd97e25859770b3da29006ccac421a
https://github.com/llvm/llvm-project/commit/06d4a76309cd97e25859770b3da29006ccac421a
Author: Steven Wan <wanyu9511 at gmail.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M clang/test/ClangScanDeps/modules-pch-common-submodule.c
M clang/test/ClangScanDeps/modules-pch-common-via-submodule.c
M clang/test/ClangScanDeps/modules-pch.c
M clang/test/PCH/debug-info-pch-path.c
Log Message:
-----------
[NFC][AIX]Disable precompiled module file tests on AIX
The PCH reader looks for `__clangast` section in the precompiled module file, which is not present in the file on AIX, and we don't support writing this custom section in XCOFF yet.
Reviewed By: daltenty
Differential Revision: https://reviews.llvm.org/D114481
More information about the All-commits
mailing list