The changes introduced in D87946 changed the API for libomptarget
functions. __kmpc_push_target_tripcount was a function in Clang 11.x
but was not given a backward-compatible interface accidentally. This
will make it backwards compatible, but will require Clang 12 to recompile.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG. We should have a test that references the entire interface so we realize if something breaks.
Comment Actions
I think some existing Clang OpenMP codegen tests will break if they are testing against __kmpc_push_target_tripcount.