[Libomptarget] Remove undefined 'omp_get_interop_rc_desc' symbol from exports list
authorJoseph Huber <jhuber6@vols.utk.edu>
Thu, 13 Oct 2022 12:39:04 +0000 (07:39 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Thu, 13 Oct 2022 12:41:14 +0000 (07:41 -0500)
commite801e8f3e703f572e500aa360caa16e0eb6cbba6
tree22229f8867fc3e2825ee18feb4ff160a029d0993
parentcc49a74a7bc6790d3502d1c2666712c1ef0c211b
[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.
openmp/libomptarget/src/exports