Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [HIP] Fix visibility for 'extern' device variables. | Michael Liao | 2019-11-05 | 1 | -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 Liao | 2019-04-26 | 1 | -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 |