mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
Summary: The `llvm_omp_target_dynamic_shared_alloc` prototype in `omp.h` accidentally left the void argument unspecified. This created unintended code when called from the C language, causing some `nvlink` failures in certain scenarios.