Files
ports/lang/cling/files/patch-tools_cling_tools_driver_cling.cpp
Mahdi Mokhtari 89a66e8896 lang/cling: Update port to new release 0.5-2018-08-13
Also,
Fix the problem of some non-header files as headers (Thanks to yuri@)
Fix Jupyter integration

PR:		230637
Reported by:	yuri
Sponsored by:	The FreeBSD Foundation
2018-08-15 13:16:31 +00:00

12 lines
397 B
C++

--- tools/cling/tools/driver/cling.cpp.orig 2018-08-14 07:04:11 UTC
+++ tools/cling/tools/driver/cling.cpp
@@ -76,7 +76,7 @@ int main( int argc, char **argv ) {
#endif
// Set up the interpreter
- cling::Interpreter Interp(argc, argv);
+ cling::Interpreter Interp(argc, argv, "%%LLVM_PREFIX%%/");
const cling::InvocationOptions& Opts = Interp.getOptions();
if (!Interp.isValid()) {