Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP]Do not emit special virtual function for NVPTX target. | Alexey Bataev | 2020-01-14 | 1 | -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. |