Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix file comment
mlir/unittests/Analysis/Presburger/Utils.h | ||
---|---|---|
26 | I'm planning to make the MLIRContext static in another patch. The function is already static. Which one did you mean exactly? |
mlir/unittests/Analysis/Presburger/Utils.h | ||
---|---|---|
26 | Sorry. I meant is there any reason for this function to be static? |
mlir/unittests/Analysis/Presburger/Utils.h | ||
---|---|---|
26 | Oh! Yeah, it violates ODR otherwise since all the test .cpp files get linked together. |
I think a more general doc comment would be better. Something like:
"This file defines helper functions for testing the Presburger library"