This commit simply moves the runtime function generation from the NVPTX
to the common target code generation.
This is a preperation patch for https://reviews.llvm.org/D59328
Paths
| Differential D59420
[NFC][OpenMP] Move runtime function generation to the target codegen Needs ReviewPublic Authored by jdoerfert on Mar 15 2019, 9:15 AM.
Details Summary This commit simply moves the runtime function generation from the NVPTX This is a preperation patch for https://reviews.llvm.org/D59328
Diff Detail
Event Timelinejdoerfert added a parent revision: D59418: [OpenMP][Offloading] Extract common functionality.Mar 15 2019, 9:15 AM jdoerfert added a child revision: D59421: [OpenMP][Offloading] Allow to build the TRegion interface functions.Mar 15 2019, 9:17 AM
Revision Contents
Diff 190837 clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
clang/lib/CodeGen/CGOpenMPRuntimeTarget.h
clang/lib/CodeGen/CGOpenMPRuntimeTarget.cpp
|