[all-commits] [llvm/llvm-project] 0a220d: [HIP] Fix visibility for 'extern' device variables.
darkbuck via All-commits
all-commits at lists.llvm.org
Tue Nov 5 11:19:48 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0a220de9e9ca3e6786df6c03fd37668815805c62
https://github.com/llvm/llvm-project/commit/0a220de9e9ca3e6786df6c03fd37668815805c62
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/test/CodeGenCUDA/amdgpu-visibility.cu
Log Message:
-----------
[HIP] Fix visibility for 'extern' device variables.
Summary:
- Fix a bug which misses the change for a variable to be set with
target-specific attributes.
Reviewers: yaxunl
Subscribers: jvesely, nhaehnle, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D63020
More information about the All-commits
mailing list