aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Tooling/CompilationDatabaseTest.cpp
diff options
context:
space:
mode:
authorYaxun Liu <Yaxun.Liu@amd.com>2019-06-26 03:47:37 +0000
committerYaxun Liu <Yaxun.Liu@amd.com>2019-06-26 03:47:37 +0000
commitc3dfe9082bce468169c3ce94e55258d1bca7e692 (patch)
tree558271cf0bc2d97b44febb4a0f1c90c799f36106 /clang/unittests/Tooling/CompilationDatabaseTest.cpp
parentd325eb3b56d57035141ac5d4dd58feee70e2e969 (diff)
downloadllvm-c3dfe9082bce468169c3ce94e55258d1bca7e692.zip
llvm-c3dfe9082bce468169c3ce94e55258d1bca7e692.tar.gz
llvm-c3dfe9082bce468169c3ce94e55258d1bca7e692.tar.bz2
[HIP] Support attribute hip_pinned_shadow
This patch introduces support of hip_pinned_shadow variable for HIP. A hip_pinned_shadow variable is a global variable with attribute hip_pinned_shadow. It has external linkage on device side and has no initializer. It has internal linkage on host side and has initializer or static constructor. It can be accessed in both device code and host code. This allows HIP runtime to implement support of HIP texture reference. Differential Revision: https://reviews.llvm.org/D62738 llvm-svn: 364381
Diffstat (limited to 'clang/unittests/Tooling/CompilationDatabaseTest.cpp')
0 files changed, 0 insertions, 0 deletions