[all-commits] [llvm/llvm-project] f4d8b8: [AMDGPU ASAN] Remove reference to asan bitcode lib...
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Tue Feb 14 08:54:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4d8b8781de9b0efbaf79621ff66c16964bb1df2
https://github.com/llvm/llvm-project/commit/f4d8b8781de9b0efbaf79621ff66c16964bb1df2
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
R clang/test/CodeGenCUDA/amdgpu-asan.cu
Log Message:
-----------
[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
More information about the All-commits
mailing list