Skip to content

Commit

Permalink
[SYCL] Add PassInstrumentation header in ComputeModuleRuntimeInfo
Browse files Browse the repository at this point in the history
The PassInstrumentationAnalysis class was moved to PassInstrumentation.h, requiring an additional header include.
  • Loading branch information
calebwat committed Jul 1, 2024
1 parent 2540696 commit 209ca8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/SYCLLowerIR/ComputeModuleRuntimeInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/SYCLLowerIR/ComputeModuleRuntimeInfo.h"
#include "llvm/Demangle/Demangle.h"
#include "llvm/IR/PassInstrumentation.h"
#include "llvm/SYCLLowerIR/CompileTimePropertiesPass.h"
#include "llvm/SYCLLowerIR/DeviceGlobals.h"
#include "llvm/SYCLLowerIR/HostPipes.h"
Expand Down

0 comments on commit 209ca8e

Please sign in to comment.