diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-30 13:52:15 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-30 13:52:15 +0000 |
commit | d637c05986aecdffed1c8f9482f5d698eb605e1f (patch) | |
tree | f6d40d1ed6cb118d4fb6cd72ac42499979fb0be8 /clang/unittests/Basic/VirtualFileSystemTest.cpp | |
parent | cf512ab5f63d655b155bb62690123d1c913c618b (diff) | |
download | llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.zip llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.tar.gz llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.tar.bz2 |
IWYU for llvm-config.h in clang. See r331124 for details.
llvm-svn: 331177
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
-rw-r--r-- | clang/unittests/Basic/VirtualFileSystemTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Basic/VirtualFileSystemTest.cpp b/clang/unittests/Basic/VirtualFileSystemTest.cpp index fe2e776..383c1ff 100644 --- a/clang/unittests/Basic/VirtualFileSystemTest.cpp +++ b/clang/unittests/Basic/VirtualFileSystemTest.cpp @@ -9,6 +9,7 @@ #include "clang/Basic/VirtualFileSystem.h" #include "llvm/ADT/Triple.h" +#include "llvm/Config/llvm-config.h" #include "llvm/Support/Errc.h" #include "llvm/Support/Host.h" #include "llvm/Support/MemoryBuffer.h" |