[all-commits] [llvm/llvm-project] c9fa74: [clang][test] Set triple explicitly for attr-no-ou...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Mon Feb 16 02:09:54 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9fa7424c71eacd2d8c20855186c070536934785
      https://github.com/llvm/llvm-project/commit/c9fa7424c71eacd2d8c20855186c070536934785
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2026-02-16 (Mon, 16 Feb 2026)

  Changed paths:
    M clang/test/CodeGenObjC/attr-no-outline.m

  Log Message:
  -----------
  [clang][test] Set triple explicitly for attr-no-outline.m test (#181621)

The test fails on targets that have a different LLVM IR lowering (e.g.
RISC-V which produces `signext i32` for the return type). Rather than
complicate the test with more complex patterns, just set the triple
explicitly to x86-64 (as various other generic clang/test/CodeGen* tests
do).

Test was introduced by #163666.

This fixes RISC-V CI.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list