[all-commits] [llvm/llvm-project] 197a3d: Fix test failure from e3b10525b489b604d6a1e540be78...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Sep 17 06:22:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 197a3d183b8b2a8452d816a1b0fcfc1093ef76ab
https://github.com/llvm/llvm-project/commit/197a3d183b8b2a8452d816a1b0fcfc1093ef76ab
Author: Erich Keane <erich.keane at intel.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M clang/test/CodeGenCXX/multi-versioning-internal-linkage.cpp
Log Message:
-----------
Fix test failure from e3b10525b489b604d6a1e540be78bda80afb5868
Seemingly, names in anonymous namespaces are ALWAYS given the unique
internal linkage name on windows, and I was not aware of this when I put
the names in my test! Replaced them with a wildcard.
More information about the All-commits
mailing list