Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ctx_prof] Avoid
llvm::append_range
to fix some build bots
Example: https://lab.llvm.org/buildbot/#/builders/169/builds/3381 The CI allowed the `llvm::append_range` instantiation, but on the other hand it's quite unnecessary here.
- Loading branch information