[all-commits] [llvm/llvm-project] 380954: Fix test failure introduced in ab187bb

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Jul 9 06:19:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 380954b26f64cb31da028d355941a394a3d0dacc
      https://github.com/llvm/llvm-project/commit/380954b26f64cb31da028d355941a394a3d0dacc
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2025-07-09 (Wed, 09 Jul 2025)

  Changed paths:
    M clang/test/AST/ast-print-cconv-preserve.cpp

  Log Message:
  -----------
  Fix test failure introduced in ab187bb

This patch, #147285 introduced a test that used
preserve_none/preserve_all/preserve_most for the purposes of validating
its ast-dump.  However, this attribute isn't supported on some
platforms, so this patch adds a triple to the test to ensure we try to
run it as a non-supported platform.

As this is simply an ast-dump test, there is no value to running it on
other configurations.



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