[all-commits] [llvm/llvm-project] 34fc1d: [LinkerWrapper] Change wrapping to include jumps f...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jun 29 11:49:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34fc1db9a8b22300a90e71fe7285501e7bcdc90e
https://github.com/llvm/llvm-project/commit/34fc1db9a8b22300a90e71fe7285501e7bcdc90e
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M clang/test/Driver/linker-wrapper-image.c
M clang/tools/clang-linker-wrapper/OffloadWrapper.cpp
Log Message:
-----------
[LinkerWrapper] Change wrapping to include jumps for other variables
Summary:
We don't currently support other variable types, like managed or
surface. This patch simply adds code that checks the flags and does
nothing. This prevents us from registering a surface as a variable as we
do now. In the future, registering these will require adding the flags
to the entry struct.
More information about the All-commits
mailing list