CarolineConcatto

Results 13 comments of CarolineConcatto

Question:" On a conceptual level, it seems to me that having the new Flang frontend use existing Flang diagnostics code would be a more logical first step, so all of...

We have a dependency with Clang Frontend that was removed with the latest patch.

When we created this patch we wanted it to be able to call clang --driver-mode=flang from f18 side. And we would have for a while 2 flangs. flang-tmp that in...

After me and @RichBarton-Arm talked we discover that my patch is calling flang because Flang.cpp in llvm-project(llvm-project/clang/lib/Driver/ToolChains/Flang.cpp). It has a hard code "flang" implemented in it. So it will always...

In my implementation, I assumed that the flang driver will select its frontend without users intervention and it will have the same name as the driver. For instance, flang -fortran-fe...

I did some mistake with my repo when I tried to do git pull --rebase.

@peterwaller-arm , @RichBarton-Arm , @kiranchandramohan and @DavidTruby Do you mind if I close this PR and create a new one for this work? Lots have happened since I did this...

The file f18/tools/flang/main.cpp has this line: // Give to the driver the name of the frontend argv.push_back("-fortran-fe"); argv.push_back(basename(argv[0])); F18 driver over-writes the flag internally. The f18 driver will over-write the...

Does anyone know why git mv and git add in the same file is seeing by git as a file deleted in the old place and a new one created...

I see on Fortran-Features, but also in others as well. I did git move for the entire folder, and after that git add. The problem happens when I do git...