diff options
author | Nathan James <n.james93@hotmail.co.uk> | 2020-11-07 19:18:01 +0000 |
---|---|---|
committer | Nathan James <n.james93@hotmail.co.uk> | 2020-11-07 19:18:02 +0000 |
commit | d725f1ce5318f8aca12632d3b7cfb3a5968e5d37 (patch) | |
tree | 453c0564a64ad0783ca6015476f53e5ea8ac1b3d /llvm/lib/Object/ELFObjectFile.cpp | |
parent | d1372c378a33dc8daab616edb39426b01f554441 (diff) | |
download | llvm-d725f1ce5318f8aca12632d3b7cfb3a5968e5d37.zip llvm-d725f1ce5318f8aca12632d3b7cfb3a5968e5d37.tar.gz llvm-d725f1ce5318f8aca12632d3b7cfb3a5968e5d37.tar.bz2 |
[clang-tidy] Use vfs::FileSystem when getting config
The config providers that look for configuration files currently take a pointer to a FileSystem in the constructor.
For some reason this isn't actually used when trying to read those configuration files, Essentially it just follows the behaviour of the real filesystem.
Using clang-tidy standalone this doesn't cause any issue.
But if its used as a library and the user wishes to use say an `InMemoryFileSystem` it will try to read the files from the disc instead.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D90992
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions