[all-commits] [llvm/llvm-project] 985cfa: DWARFLinkerDeclContext.h - fix implicit FileSystem...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jun 23 04:12:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 985cfadfc930a2f117d0bda6804e37fd9f8d11d7
https://github.com/llvm/llvm-project/commit/985cfadfc930a2f117d0bda6804e37fd9f8d11d7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h
Log Message:
-----------
DWARFLinkerDeclContext.h - fix implicit FileSystem.h dependency. NFC.
Was relying on other headers to define sys::fs::real_path for use in CachedPathResolver::resolve inlines
Commit: fb99a09d7827fcb0384814f5580e1d91aa1a4c5c
https://github.com/llvm/llvm-project/commit/fb99a09d7827fcb0384814f5580e1d91aa1a4c5c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
Log Message:
-----------
SanitizerCoverage.h - fix implicit VirtualFileSystem.h dependency. NFC.
Was relying on other headers to define vfs::getRealFileSystem() for use in inline functions
Commit: 36bc10e74aa83435f3fb44e1c55c384bf6adcc1a
https://github.com/llvm/llvm-project/commit/36bc10e74aa83435f3fb44e1c55c384bf6adcc1a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/lib/Transforms/Utils/PredicateInfo.cpp
Log Message:
-----------
[Transforms] Ensure we include CommandLine.h if we declare any cl::opt flags
Compare: https://github.com/llvm/llvm-project/compare/508050317403...36bc10e74aa8
More information about the All-commits
mailing list