[all-commits] [llvm/llvm-project] a23e6b: [SampleFDO] Fix MSVC "namespace uses itself" warni...
nullptr-cpp via All-commits
all-commits at lists.llvm.org
Tue Feb 16 23:28:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a23e6b321ca623b83252f8b1e06a2ad4fc441f89
https://github.com/llvm/llvm-project/commit/a23e6b321ca623b83252f8b1e06a2ad4fc441f89
Author: Yang Fan <nullptr.cpp at gmail.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
Log Message:
-----------
[SampleFDO] Fix MSVC "namespace uses itself" warning (NFC)
MSVC warning:
```
SampleProfileLoaderBaseImpl.h(41): warning C4515: 'llvm': namespace uses itself
```
More information about the All-commits
mailing list