Dylan Baker
|
6ca732991d
|
compilers/detect: use linker_always_args as well as linker exe_list
Otherwise we don't get critical arguments like -fuse=lld.
|
3 years ago |
Dylan Baker
|
79ed1f985c
|
compilers/detect: avoid mutating rustc compiler list
Because mutation is bad.
|
3 years ago |
Eli Schwartz
|
87e13af1c8
|
apply flake8 fixes for unused imports and missing imports
|
3 years ago |
Mat Cross
|
0e86258748
|
Implemented some missing operation for the NAG Fortran Compiler.
|
3 years ago |
Eli Schwartz
|
bd6f46e723
|
condense lines
|
3 years ago |
Eli Schwartz
|
dd31891c1f
|
more f-strings too complex to be caught by pyupgrade
|
3 years ago |
miebka
|
3021f256ea
|
C2000: linker uses now binary setting defined within the cross-file
|
3 years ago |
Ian Harvey
|
84b371c645
|
Update detect.py
Adjust Intel Fortran compiler detection to handle changes in ifort logo with the introduction of the oneapi toolkit. See #8338.
|
3 years ago |
Daniel Mensinger
|
b95d6e319f
|
typing: Annotate compilers.detect
|
3 years ago |
Daniel Mensinger
|
3f889606c7
|
Split compiler detection from Environment
This moves all the compiler detection logic into the new
compilers.detect module. This dramatically reduces the size
and complexity of Environment.
|
3 years ago |