Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/lang/cling/files/patch-tools_cling_tools_driver_cling.cpp
16146 views
1
--- tools/cling/tools/driver/cling.cpp.orig 2018-08-14 07:04:11 UTC
2
+++ tools/cling/tools/driver/cling.cpp
3
@@ -76,7 +76,7 @@ int main( int argc, char **argv ) {
4
#endif
5
6
// Set up the interpreter
7
- cling::Interpreter Interp(argc, argv);
8
+ cling::Interpreter Interp(argc, argv, "%%LLVM_PREFIX%%/");
9
const cling::InvocationOptions& Opts = Interp.getOptions();
10
11
if (!Interp.isValid()) {
12
13