[llvm] b4d711d - Fix DirectX test build
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 11:13:32 PST 2022
Author: Chris Bieneman
Date: 2022-12-05T13:12:43-06:00
New Revision: b4d711dc968c2e9df60581de6fff89716c583d05
URL: https://github.com/llvm/llvm-project/commit/b4d711dc968c2e9df60581de6fff89716c583d05
DIFF: https://github.com/llvm/llvm-project/commit/b4d711dc968c2e9df60581de6fff89716c583d05.diff
LOG: Fix DirectX test build
This broke when some headers got moved aorund.
Added:
Modified:
llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp
Removed:
################################################################################
diff --git a/llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp b/llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp
index 7b1e4bfb96ae1..0f3367dd455f2 100644
--- a/llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp
+++ b/llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-#include "PointerTypeAnalysis.h"
+#include "DirectXIRPasses/PointerTypeAnalysis.h"
#include "llvm/AsmParser/Parser.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/LLVMContext.h"
More information about the llvm-commits
mailing list