summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/nvptx_target_pure_deleted_codegen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP]Do not emit special virtual function for NVPTX target.Alexey Bataev2020-01-141-0/+34
There are no special virtual function handlers (like __cxa_pure_virtual) defined for NVPTX target, so just emit such functions as null pointers to prevent issues with linking and unresolved references.
OpenPOWER on IntegriCloud