[all-commits] [llvm/llvm-project] b2cbdf: Update ast-dump-decl.mm test to work on 32 bit win...
Erich Keane via All-commits
all-commits at lists.llvm.org
Wed Nov 3 07:43:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2cbdf6c134a0aaa30f877b1e6fe42b9e16391e7
https://github.com/llvm/llvm-project/commit/b2cbdf6c134a0aaa30f877b1e6fe42b9e16391e7
Author: Erich Keane <erich.keane at intel.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M clang/test/AST/ast-dump-decl.mm
Log Message:
-----------
Update ast-dump-decl.mm test to work on 32 bit windows
Windows member functions have __attribute__((thiscall)) on their type,
so any machine running this that is 32 bit windows fails this test, add
a wildcard, plus an additional run line to explain why.
More information about the All-commits
mailing list