[all-commits] [llvm/llvm-project] b1ac37: [NFC] Only run clang/test/Driver/module-output.cpp...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Jan 15 21:50:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1ac375e11c801be2a1e07e87be91ae54decf2eb
https://github.com/llvm/llvm-project/commit/b1ac375e11c801be2a1e07e87be91ae54decf2eb
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M clang/test/Driver/module-output.cppm
Log Message:
-----------
[NFC] Only run clang/test/Driver/module-output.cppm on x86 registered targets
On other targets (like ppc64-aix), the default output for `-c` may be `.s` instead of `.o`,
which makes the test failing. The patch require the test only run on
x86 registered targets to avoid the problem.
More information about the All-commits
mailing list