[all-commits] [llvm/llvm-project] 5c7fa9: [flang][driver] Allow explicit specification of -l...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Sat Feb 3 09:19:22 PST 2024
Branch: refs/reviewable/pr78152/r3
Home: https://github.com/llvm/llvm-project
Commit: 5c7fa9c3ef911674e5b6888fcba4289834d04fda
https://github.com/llvm/llvm-project/commit/5c7fa9c3ef911674e5b6888fcba4289834d04fda
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M flang/test/Driver/linker-flags.f90
Log Message:
-----------
[flang][driver] Allow explicit specification of -lFortran_main
I can understand there might be differing opinions on whether this is
actually a bug. My thinking is that -lFortran_main should behave the
same as -lFortranRuntime.
Commit: 7eb03ef56d278bc800884dfa0f33ee9b0ebccdb4
https://github.com/llvm/llvm-project/commit/7eb03ef56d278bc800884dfa0f33ee9b0ebccdb4
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M flang/test/Driver/linker-flags.f90
Log Message:
-----------
Don't run the test on Windows
Windows uses different linker logic, which is unchanged by and not
related to this patch.
Commit: 711c1b20600251bdef823501382d1b2da45f742c
https://github.com/llvm/llvm-project/commit/711c1b20600251bdef823501382d1b2da45f742c
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
Log Message:
-----------
Use strncmp
Commit: a1e97384bdb165ad0fe747d6d98fe0ed243e35f3
https://github.com/llvm/llvm-project/commit/a1e97384bdb165ad0fe747d6d98fe0ed243e35f3
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M flang/test/Driver/linker-flags.f90
Log Message:
-----------
Verify that -fno-fortran-main -lFortran_main works
Compare: https://github.com/llvm/llvm-project/compare/5c7fa9c3ef91%5E...a1e97384bdb1
More information about the All-commits
mailing list