forked from OSchip/llvm-project
[Libomptarget] Remove undefined symbol in old runtime
A function with no definition was left in the old runtime, causing linker errors when trying to compile. Reviewed By: tianshilei1992 Differential Revision: https://reviews.llvm.org/D114264
This commit is contained in:
parent
7dbbb5d3a4
commit
fbfe8fcbc3
|
@ -25,7 +25,6 @@ EXTERN NOINLINE int __kmpc_get_hardware_num_blocks();
|
|||
EXTERN NOINLINE int __kmpc_get_hardware_num_threads_in_block();
|
||||
EXTERN unsigned __kmpc_get_warp_size();
|
||||
EXTERN unsigned GetWarpId();
|
||||
EXTERN unsigned GetWarpSize();
|
||||
EXTERN unsigned GetLaneId();
|
||||
|
||||
// Atomics
|
||||
|
|
Loading…
Reference in New Issue