[AMDGPU ASAN] Remove reference to asan bitcode library
authorYaxun (Sam) Liu <yaxun.liu@amd.com>
Tue, 14 Feb 2023 15:37:46 +0000 (10:37 -0500)
committerYaxun (Sam) Liu <yaxun.liu@amd.com>
Tue, 14 Feb 2023 16:52:41 +0000 (11:52 -0500)
commitf4d8b8781de9b0efbaf79621ff66c16964bb1df2
treefd36498b426725d06ab27936d97cd3c313dd9163
parentc5085c91cc8eb542933fcf11b684127cbc64d63e
[AMDGPU ASAN] Remove reference to asan bitcode library

The asan functions are now attributed as used
in the device library, no need to keep the
declaration of asan device preserve function.

Patch by: Praveen Velliengiri

Reviewed by: Yaxun Liu

Differential Revision: https://reviews.llvm.org/D143495
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGenCUDA/amdgpu-asan.cu [deleted file]