[all-commits] [llvm/llvm-project] dc521b: [x86][MemFold] Fix anon namespace in header
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Mon Mar 20 08:19:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc521b9a1033239be5663d7dcdf1b17aa07c9cf3
https://github.com/llvm/llvm-project/commit/dc521b9a1033239be5663d7dcdf1b17aa07c9cf3
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M llvm/include/llvm/Support/X86FoldTablesUtils.h
Log Message:
-----------
[x86][MemFold] Fix anon namespace in header
D142084 moved an enumeration inside a header from the llvm namespace
into an anon namespace. Some of the bots started failing as a result.
Differential Revision: https://reviews.llvm.org/D146419
More information about the All-commits
mailing list