[Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using gcc tool chains.
Summary: This patch adds logic to create jobs for OpenMP offloading actions by: - tuning the jobs result information to use the offloading prefix even for (device) linking actions. - replacing the device inputs of the host linking jobs by a linker script that embed them in the right sections. Reviewers: echristo, tra, jlebar, rsmith, ABataev, hfinkel Subscribers: mkuron, whchung, mehdi_amini, cfe-commits, Hahnfeld, andreybokhanko, arpith-jacob, carlo.bertolli, caomhin Differential Revision: https://reviews.llvm.org/D21847 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285319 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Driver/Options.td 2 additions, 0 deletionsinclude/clang/Driver/Options.td
- lib/Driver/Driver.cpp 10 additions, 6 deletionslib/Driver/Driver.cpp
- lib/Driver/Tools.cpp 200 additions, 28 deletionslib/Driver/Tools.cpp
- test/Driver/openmp-offload.c 101 additions, 0 deletionstest/Driver/openmp-offload.c
Loading
Please register or sign in to comment