File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1019,7 +1019,7 @@ ToolChain::getTargetSubDirPath(StringRef BaseDir) const {
10191019
10201020std::optional<std::string> ToolChain::getDefaultIntrinsicModuleDir () const {
10211021 SmallString<128 > P (D.ResourceDir );
1022- llvm::sys::path::append (P, " finclude" );
1022+ llvm::sys::path::append (P, " finclude" , " flang " );
10231023 return getTargetSubDirPath (P);
10241024}
10251025
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ endfunction ()
5252
5353# Corresponds to Flang's ToolChain::getDefaultIntrinsicModuleDir().
5454function (get_toolchain_module_subdir outvar)
55- set (outval "finclude" )
55+ set (outval "finclude/flang " )
5656
5757 get_toolchain_arch_dirname(arch_dirname)
5858 set (outval "${outval} /${arch_dirname} " )
You can’t perform that action at this time.
0 commit comments