[AMDGPU] Move AMDGPUAsanInstrumentation outside of utils (#100323)
#98863 merged AMDGPUAsanInstrumentation module which missed TransformUtils to be linked to AMDGPUUtils. This PR moves AMDGPUAsanInstrumentation files outside utils folder and adds them to AMDGPUCodegen lib.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
#define LLVM_LIB_TARGET_AMDGPU_UTILS_AMDGPU_ASAN_INSTRUMENTATION_H
|
||||
|
||||
#include "AMDGPU.h"
|
||||
#include "AMDGPUBaseInfo.h"
|
||||
#include "AMDGPUMemoryUtils.h"
|
||||
#include "Utils/AMDGPUBaseInfo.h"
|
||||
#include "Utils/AMDGPUMemoryUtils.h"
|
||||
#include "llvm/ADT/SetOperations.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
@@ -46,6 +46,7 @@ add_llvm_target(AMDGPUCodeGen
|
||||
AMDGPUAnnotateKernelFeatures.cpp
|
||||
AMDGPUAnnotateUniformValues.cpp
|
||||
AMDGPUArgumentUsageInfo.cpp
|
||||
AMDGPUAsanInstrumentation.cpp
|
||||
AMDGPUAsmPrinter.cpp
|
||||
AMDGPUAtomicOptimizer.cpp
|
||||
AMDGPUAttributor.cpp
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
add_llvm_component_library(LLVMAMDGPUUtils
|
||||
AMDGPUAsanInstrumentation.cpp
|
||||
AMDGPUAsmUtils.cpp
|
||||
AMDGPUBaseInfo.cpp
|
||||
AMDGPUDelayedMCExpr.cpp
|
||||
|
||||
Reference in New Issue
Block a user