Results 6 issues of harishch4

The methods fixOpenCLimageArguments() and CloneFuncFixOpenCLImageT() supposed to fix address space on user's kernel code but also happening on kernel library code while compiling for RISC-V backend. **Before linking kernel lib**...

RISC-V issue

I'm following this [link](https://github.com/flang-compiler/flang/wiki/Building-Flang-for-Windows) to build flang for windows and facing build issues during libpgmath build. Any idea on this? cmake command: > C:\Users\hchambet\work\flang\runtime\libpgmath\build>cmake -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_C_COMPILER="C:/Users/hchambet/work/classic-flang-llvm-project/install/bin/clang-cl.exe" -DCMAKE_CXX_COMPILER="C:/Users/hchambet/work/classic-flang-llvm-project/install/bin/clang-cl.exe" .. -- Building...

"This pull request introduces the Flang frontend driver as a new compiler, as discussed in issue #6400. with minimal support. With this change, users can now specify LLVM Flang frontend-related...

lang-fortran

When trying to compile a simple hello world fortran program causes below error: > warning: overriding the module target triple with x86_64-pc-windows-msvc19.29.30151 [-Woverride-module] > 1 warning generated. > Microsoft (R)...

flang-new compiler fails to execute code with OpenMP directives. gfortran and ifx compilers seem to access libomp without any problem. [godbolt link](https://godbolt.org/z/GPG5TT4nd) > /usr/bin/ld: cannot find -lomp: No such file...