aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-10-05 12:08:22 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-10-05 14:39:22 -0500
commita8ec170e01dd0d0cbf8c059aa7addaaf3d886876 (patch)
treee265ded3e68b91ae1c25728e5f67d44e02f016e9 /clang/lib/Lex/ModuleMap.cpp
parent5f7f4846e826f97c7f298fe419c958398d5a0386 (diff)
downloadllvm-a8ec170e01dd0d0cbf8c059aa7addaaf3d886876.zip
llvm-a8ec170e01dd0d0cbf8c059aa7addaaf3d886876.tar.gz
llvm-a8ec170e01dd0d0cbf8c059aa7addaaf3d886876.tar.bz2
[OpenMP] Make the exec_mode global have protected visibility
We use protected visibility for almost everything with offloading. This is because it provides us with the ability to read things from the host without the expectation that it will be preempted by a shared library load, bugs related to this have happened when offloading to the host. This patch just makes the `exec_mode` global generated for each plugin have protected visibility. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D135285
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions