[all-commits] [llvm/llvm-project] e801e8: [Libomptarget] Remove undefined 'omp_get_interop_r...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Oct 13 05:41:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e801e8f3e703f572e500aa360caa16e0eb6cbba6
      https://github.com/llvm/llvm-project/commit/e801e8f3e703f572e500aa360caa16e0eb6cbba6
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M openmp/libomptarget/src/exports

  Log Message:
  -----------
  [Libomptarget] Remove undefined 'omp_get_interop_rc_desc' symbol from exports list

Summary:
A recent patch made undefined symbols in version scripts cause errors by
default. The `omp_get_interop_rc_desc` function is declared but not
defined, so it is undefined in the final link unit. This patch removes
it from the exports list, it should be added back in when actually
defined and used.




More information about the All-commits mailing list