Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Can you please submit the google benchmark diff separately, and submit it upstream at the same time, please?
examples/Kaleidoscope/MCJIT/cached/split-lib.py | ||
---|---|---|
3 ↗ | (On Diff #180012) | missing underscore |
Comment Actions
@lebedev.ri : it turns out the only print statement in the two files involved in gbench only have one argument, and they already have the required parethesis. This means that as such, even without the import from future, they work the same in Python2 and Python3. So I will just remove these imports to avoid extra noise.