[all-commits] [llvm/llvm-project] 35037a: Make dr177x.cpp test work with Windows-32 bit plat...
Erich Keane via All-commits
all-commits at lists.llvm.org
Wed Oct 20 12:38:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35037ae1971a92b07783339ee9d7a5da50a2ab4b
https://github.com/llvm/llvm-project/commit/35037ae1971a92b07783339ee9d7a5da50a2ab4b
Author: Erich Keane <erich.keane at intel.com>
Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
M clang/test/CXX/drs/dr177x.cpp
Log Message:
-----------
Make dr177x.cpp test work with Windows-32 bit platfroms with 'thiscall'.
My downstream noticed that the test failed on windows-32 bit machines
since the types have __attribute__((thiscall)) on them in a few places.
This patch just adds a wildcard to handle that, since it isn't
particularly important to the test.
More information about the All-commits
mailing list