[all-commits] [llvm/llvm-project] a48600: [OPENMP]Do not emit special virtual function for N...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Tue Jan 14 14:02:34 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a48600c0a653d34f4af760f117755ed1776adf9d
      https://github.com/llvm/llvm-project/commit/a48600c0a653d34f4af760f117755ed1776adf9d
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M clang/lib/CodeGen/CGVTables.cpp
    A clang/test/OpenMP/nvptx_target_pure_deleted_codegen.cpp

  Log Message:
  -----------
  [OPENMP]Do not emit special virtual function for NVPTX target.

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.




More information about the All-commits mailing list