[all-commits] [llvm/llvm-project] d71831: [NFC] [clang-repl] Fix test failures due to incosi...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Jan 31 00:08:38 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d71831a2172e4cf7c3f3540c472ce2aeb14d4505
https://github.com/llvm/llvm-project/commit/d71831a2172e4cf7c3f3540c472ce2aeb14d4505
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2024-01-31 (Wed, 31 Jan 2024)
Changed paths:
M clang/test/Interpreter/cxx20-modules.cppm
Log Message:
-----------
[NFC] [clang-repl] Fix test failures due to incosistent target settings
See https://github.com/llvm/llvm-project/pull/79261 for details.
It shows that clang-repl uses a different target triple with clang so that it
may be problematic if the calng-repl reads the generated BMI from clang
in a different target triple.
While the underlying issue is not easy to fix, this patch tries to make
this test green to not bother developers.
More information about the All-commits
mailing list