[all-commits] [llvm/llvm-project] ca32bc: [AArch64] Fix build on Windows after 57329ca9463
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Jul 27 09:44:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca32bc44d3a7aa4f705b9c24021b675669222374
https://github.com/llvm/llvm-project/commit/ca32bc44d3a7aa4f705b9c24021b675669222374
Author: Nico Weber <thakis at chromium.org>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M llvm/unittests/Target/AArch64/AArch64SVESchedPseudoTest.cpp
Log Message:
-----------
[AArch64] Fix build on Windows after 57329ca9463
57329ca9463 added a .inc include within an unnamed namespace,
creating ::(unnamed namespace)::llvm in addition to ::llvm.
This confuses things on Windows.
More information about the All-commits
mailing list