This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget] Split implementation of interface functions
ClosedPublic

Authored by Hahnfeld on Dec 4 2017, 12:00 PM.

Details

Summary

This last of four patches adds a new file for the interface
functions that Clang uses during code generation. The only
change except simply moving the current code is renaming the
function CheckDeviceAndCtors() and using the correct type for
64bit device ids.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.Dec 4 2017, 12:00 PM
grokos accepted this revision.Dec 6 2017, 12:37 PM

LGTM.

libomptarget/src/omptarget.cpp
153 ↗(On Diff #125394)

Thanks for catching this!

This revision is now accepted and ready to land.Dec 6 2017, 12:37 PM
This revision was automatically updated to reflect the committed changes.