| e4120e7e | 24-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
windows: disable 'rpath' tests. It relies on PATH anyway.
icx: attempt to fix false positive in containsInvalidLinkerFlag() for '-Wl,-rpath' test
But then: no warning at link - but warn at compile?
windows: disable 'rpath' tests. It relies on PATH anyway.
icx: attempt to fix false positive in containsInvalidLinkerFlag() for '-Wl,-rpath' test
But then: no warning at link - but warn at compile? and the option doesn't work anyway - and ifort complains more?
balay@ps5 /cygdrive/d/balay/petsc/src/benchmarks $ icx sizeof.obj -Wl,-rpath,/foo Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2024.0.2 Build 20231213 Copyright (C) 1985-2023 Intel Corporation. All rights reserved.
balay@ps5 /cygdrive/d/balay/petsc/src/benchmarks $ icx sizeof.c -Wl,-rpath,/foo Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2024.0.2 Build 20231213 Copyright (C) 1985-2023 Intel Corporation. All rights reserved.
warning: unknown warning option '-Wl,-rpath,/foo' [-Wunknown-warning-option] 1 warning generated.
show more ...
|