[all-commits] [llvm/llvm-project] 38211b: [HIP] Fix device stub name for Windows
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Tue Nov 23 09:04:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38211bbab1d949f682271abba0171424a5a335ab
https://github.com/llvm/llvm-project/commit/38211bbab1d949f682271abba0171424a5a335ab
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2021-11-23 (Tue, 23 Nov 2021)
Changed paths:
M clang/include/clang/AST/GlobalDecl.h
M clang/lib/AST/MicrosoftMangle.cpp
M clang/test/CodeGenCUDA/kernel-stub-name.cu
Log Message:
-----------
[HIP] Fix device stub name for Windows
This is a follow up of https://reviews.llvm.org/D68578
where device stub name is changed for Itanium
mangling but not Microsoft mangling.
Reviewed by: Artem Belevich
Differential Revision: https://reviews.llvm.org/D113491
More information about the All-commits
mailing list