diff options
author | Andrew Kelley <andrew@ziglang.org> | 2021-06-01 22:58:05 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2021-06-01 23:05:03 +0300 |
commit | 936ca1e21a91843c76b20c6c857aaddd5fa3d42a (patch) | |
tree | 37478910e3466088a27eae1f84b1a88e8d836827 /llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp | |
parent | 337854270023c95401b7718f586b9759891caa06 (diff) | |
download | llvm-936ca1e21a91843c76b20c6c857aaddd5fa3d42a.zip llvm-936ca1e21a91843c76b20c6c857aaddd5fa3d42a.tar.gz llvm-936ca1e21a91843c76b20c6c857aaddd5fa3d42a.tar.bz2 |
WindowsSupport.h: do not depend on private config header
WindowsSupport.h is a public header, however if it gets included, will cause a compile error indicating that llvm/Config/config.h cannot be found, because config.h is a private header. However there is no actual dependency on the private things in this header, so it can be changed to the public config header.
Reviewed By: amccarth
Differential Revision: https://reviews.llvm.org/D103370
Diffstat (limited to 'llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp')
0 files changed, 0 insertions, 0 deletions