[all-commits] [llvm/llvm-project] 8a181f: [OpenMP][Obvious] Fix incompatbile function protot...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Oct 25 08:45:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a181f43da2c395daaf30d83248b18d2ab8fe226
      https://github.com/llvm/llvm-project/commit/8a181f43da2c395daaf30d83248b18d2ab8fe226
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M openmp/libomptarget/test/api/omp_get_num_procs.c

  Log Message:
  -----------
  [OpenMP][Obvious] Fix incompatbile function prototype causing failures

Summary:
This function needs `void` as the arguments to be ABI compatbile with
what is actually defined. This is enforced when doing CUDA separable
linking of the runtime.




More information about the All-commits mailing list