summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/amdgpu-visibility.cu
Commit message (Collapse)AuthorAgeFilesLines
* [HIP] Fix visibility for 'extern' device variables.Michael Liao2019-11-051-0/+10
| | | | | | | | | | | | | | 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
* [HIP] Fix visibility of `__constant__` variables.Michael Liao2019-04-261-0/+21
Summary: - `__constant__` variables should not be `hidden` as the linker may turn them into `LOCAL` symbols. Reviewers: yaxunl Subscribers: jvesely, nhaehnle, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61194 llvm-svn: 359344
OpenPOWER on IntegriCloud