See the following patches in LLVM Flang for context:
Details
Diff Detail
- Repository
- rT test-suite
Event Timeline
CMakeLists.txt | ||
---|---|---|
61 | Can this be replaced with add_compile_options? If so, we might as well do it now. | |
61–62 | If these are tabs, could you replace them with spaces. | |
Fortran/gfortran/CMakeLists.txt | ||
526 | Is this intentional? Many of the compile tests pass specific flags to the compiler, so this message will only really refer to the common set of flags. |
Thanks for taking a look!
CMakeLists.txt | ||
---|---|---|
61 |
Possbily, but there are places in CMake scripts that assume that this is how -w has been added. It all looks a bit fragile to me.
Please, can we stick to 1 change per patch? This would be tangential to what I am trying to achieve here. | |
61–62 | These are not tabs. This is how Phabricator displays new level of indentation (i.e. new spaces) | |
Fortran/gfortran/CMakeLists.txt | ||
526 | No, sorry about that, was meant to remove it before sending for review. |
Can this be replaced with add_compile_options? If so, we might as well do it now.