[clang] [clang][OpenMP] Fix missing DI for __kmpc_global_thread_num (PR #73856)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 14:48:18 PST 2023


https://github.com/jhuber6 approved this pull request.

AFAIK this is the correct way to set debug information for something that doesn't have a valid source location like a lot of generated OpenMP calls.

https://github.com/llvm/llvm-project/pull/73856


More information about the cfe-commits mailing list