martell added a comment.

Just 2 small nits.



================
Comment at: examples/clang-interpreter/main.cpp:165
+      llvm::errs() << "'main' function not found in module.\n";
+      return 255;
+    }
----------------
255 -> Res ?


================
Comment at: examples/clang-interpreter/main.cpp:173
+      llvm::errs() << "unable to make execution engine: " << Error << "\n";
+      return 255;
+    }
----------------
255 -> Res


https://reviews.llvm.org/D35103



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to