[PATCH] D56249: python compat - print statement

Michael Platings via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 05:23:17 PST 2019


michaelplatings requested changes to this revision.
michaelplatings added inline comments.
This revision now requires changes to proceed.


================
Comment at: examples/Kaleidoscope/MCJIT/cached/split-lib.py:3
 
+from _future__ import print_function
+
----------------
missing underscore


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56249/new/

https://reviews.llvm.org/D56249





More information about the llvm-commits mailing list