[all-commits] [llvm/llvm-project] 2e9cbb: [AMDGPU] Add LLVMInstrumnetation to link with AMDG...
Chaitanya via All-commits
all-commits at lists.llvm.org
Sun Aug 25 23:46:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e9cbb63d6a0c32e650cf76467b25235250c1472
https://github.com/llvm/llvm-project/commit/2e9cbb63d6a0c32e650cf76467b25235250c1472
Author: Chaitanya <Krishna.Sankisa at amd.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/CMakeLists.txt
Log Message:
-----------
[AMDGPU] Add LLVMInstrumnetation to link with AMDGPUCodeGen. (#106039)
Fixes linking error in llvm CI:
"AMDGPUSwLowerLDS::run()':
AMDGPUSwLowerLDS.cpp:(.text._ZN12_GLOBAL__N_116AMDGPUSwLowerLDS3runEv+0x164):
undefined reference to `llvm::getAddressSanitizerParams(llvm::Triple
const&, int, bool, unsigned long*, int*, bool*)'"
#87265 amdgpu-sw-lower-lds pass uses getAddressSanitizerParams method
from AddressSanitizer pass. It misses linking of LLVMInstrumentation to
AMDGPUCodegen. This PR adds it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list