[all-commits] [llvm/llvm-project] 3fe6f9: [NVPTX][AsmPrinter] Emit .attribute(.managed) for ...
chbessonova via All-commits
all-commits at lists.llvm.org
Fri Feb 25 00:22:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fe6f9388fd3ef61d47b1f8b573596fc44b2f144
https://github.com/llvm/llvm-project/commit/3fe6f9388fd3ef61d47b1f8b573596fc44b2f144
Author: Kristina Bessonova <kbessonova at accesssoftek.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/test/CodeGen/NVPTX/managed.ll
Log Message:
-----------
[NVPTX][AsmPrinter] Emit .attribute(.managed) for global variable declarations
Declaration and definition attributes must match,
otherwise it may cause issues on linking.
Reviewed By: tra
Differential Revision: https://reviews.llvm.org/D120493
More information about the All-commits
mailing list