This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Offloading] Allow to build the TRegion interface functions
Needs ReviewPublic

Authored by jdoerfert on Mar 15 2019, 9:16 AM.

Details

Summary

This patch adds the TRegion interface functions to the ones we can build
through the common OpenMP target offloading class.

This is a preperation patch for https://reviews.llvm.org/D59328