[llvm] 0574b5f - try to fix windows build after 73e585e44d
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 11 15:04:23 PST 2022
Author: Nico Weber
Date: 2022-02-11T18:04:15-05:00
New Revision: 0574b5fc657451c9d13d3f6d8fe14ea15c23a681
URL: https://github.com/llvm/llvm-project/commit/0574b5fc657451c9d13d3f6d8fe14ea15c23a681
DIFF: https://github.com/llvm/llvm-project/commit/0574b5fc657451c9d13d3f6d8fe14ea15c23a681.diff
LOG: try to fix windows build after 73e585e44d
Added:
Modified:
llvm/lib/WindowsDriver/MSVCPaths.cpp
Removed:
################################################################################
diff --git a/llvm/lib/WindowsDriver/MSVCPaths.cpp b/llvm/lib/WindowsDriver/MSVCPaths.cpp
index e88ba8dafaf2..0d41484a1abf 100644
--- a/llvm/lib/WindowsDriver/MSVCPaths.cpp
+++ b/llvm/lib/WindowsDriver/MSVCPaths.cpp
@@ -46,7 +46,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
-#include "llvm/Support/MSVCSetupApi.h"
+#include "llvm/WindowsDriver/MSVCSetupApi.h"
#ifdef __clang__
#pragma clang diagnostic pop
#endif
More information about the llvm-commits
mailing list