[clang] [clang codegen] Fix the ci fail for PR96025 (PR #99267)

2024-07-16 Thread via cfe-commits
vfdff wrote: try to fix https://github.com/llvm/llvm-project/pull/98704 https://github.com/llvm/llvm-project/pull/99267 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang codegen] Fix the ci fail for PR96025 (PR #99267)

2024-07-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Allen (vfdff) Changes Different targets may have different flag on arguments, so restrict the triple to avoid ci fail. --- Full diff: https://github.com/llvm/llvm-project/pull/99267.diff 1 Files Affected: - (modified) clang/test/CodeGe

[clang] [clang codegen] Fix the ci fail for PR96025 (PR #99267)

2024-07-16 Thread via cfe-commits
https://github.com/vfdff created https://github.com/llvm/llvm-project/pull/99267 Different targets may have different flag on arguments, so restrict the triple to avoid ci fail. >From 9a7cad22652e476edddedc9308663fc0e45e705c Mon Sep 17 00:00:00 2001 From: Zhongyunde Date: Wed, 17 Jul 2024 11:0