File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ static llvm::cl::alias
102
102
llvm::cl::desc (" intrinsic module directory" ),
103
103
llvm::cl::aliasopt(intrinsicIncludeDirs));
104
104
105
- #if 0
105
+ #if 1
106
106
static llvm::cl::alias intrinsicModulePath (" fintrinsic-modules-path" , llvm::cl::desc(" intrinsic module search paths" ), llvm::cl::aliasopt(intrinsicIncludeDirs));
107
107
#else
108
108
static llvm::cl::list<std::string> intrinsicModulePath("fintrinsic-modules-path", llvm::cl::desc("intrinsic module search paths"));
@@ -585,7 +585,7 @@ std::vector <std::string> intrinsicsDirs ( intrinsicIncludeDirs.begin(), intrins
585
585
includeDirs.push_back (" ." );
586
586
587
587
588
- #if 1
588
+ #if 0
589
589
// Default Fortran modules should be installed in finclude/<target-triple> of the resource directory
590
590
591
591
You can’t perform that action at this time.
0 commit comments