fixed the warning from gcc since prios 0-100 are reserved for the internal use.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good. Do you think I should also change the priorities in my clang-offload-wrapper patch to be out of the reserved range?
https://reviews.llvm.org/D75223
Comment Actions
Not sure. Of course, it would be good to avoid using some of the reserved ranges but in case of the wrapper it should not be a real issue. Gcc reserves it for the compiler use, so wrapper must be good here (as it is a part of the compiler).