[Openmp-commits] [openmp] [OpenMP] OpenMP ThreadSet clause - basic runtime (PR #144409)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jul 8 09:14:17 PDT 2025
shiltian wrote:
> We need the stub implementation for consistency between compiler and runtime bits
Just for the record, correct me if I'm wrong, but I don't think this is necessary for consistency between the compiler and runtime, because the bit isn't set by the compiler. I'm not comfortable merging a non-NFC change without any test case. On the other hand, even if it is set by the front end, the runtime changes can always go before the compiler change with a proper test case. The test case itself can simply manually construct the necessary function call that the compiler is expected to emit.
https://github.com/llvm/llvm-project/pull/144409
More information about the Openmp-commits
mailing list