[all-commits] [llvm/llvm-project] 0ef7ca: Fix test from df2a4e to work with 32 bit windows t...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri May 20 06:22:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ef7ca86cf1e28d91113dcf834a61ad155dbb7cb
https://github.com/llvm/llvm-project/commit/0ef7ca86cf1e28d91113dcf834a61ad155dbb7cb
Author: Erich Keane <erich.keane at intel.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M clang/test/SemaCXX/co_await-ast.cpp
Log Message:
-----------
Fix test from df2a4e to work with 32 bit windows targets.
32 Bit windows includes attribute 'thiscall' on member functions as a
default calling convention. This test was not written in a way that
works with that, so added wildcards so it is tolerant of it.
More information about the All-commits
mailing list