diff options
author | Brad King <brad.king@kitware.com> | 2023-10-04 15:18:21 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-10-04 15:18:40 (GMT) |
commit | 1f00b0e2300299802bd01ba24271e901a428605d (patch) | |
tree | 529ec9f4558101e3f7528014fda6fa290750d4bb /Tests/RunCMake/ParseImplicitLinkInfo/results/windows_x86_64-C-Clang-17.0.1-MSVC.output | |
parent | bbba1879ffce1eda178950a3d06a2b185039c50e (diff) | |
parent | 26bf32cdc67271547ca0b0d38872f8f23a90d191 (diff) | |
download | CMake-1f00b0e2300299802bd01ba24271e901a428605d.zip CMake-1f00b0e2300299802bd01ba24271e901a428605d.tar.gz CMake-1f00b0e2300299802bd01ba24271e901a428605d.tar.bz2 |
Merge topic 'LLVMFlang-MSVC' into release-3.28
26bf32cdc6 LLVMFlang: Add support for targeting MSVC ABI on Windows
e9af7b9687 LLVMFlang: Add support for CMAKE_Fortran_COMPILER_TARGET
26fa048ffe Tests: Enable CMP0091/CMP0141 for MSVC settings in FortranOnly test
9d060b8682 Fortran: Save CMAKE_LINKER variable persistently for MSVC ABI
7571e653f4 CMakeDetermineCompilerABI: Add option to skip implicit link info parsing
12733d0d8d CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-link
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8852
Diffstat (limited to 'Tests/RunCMake/ParseImplicitLinkInfo/results/windows_x86_64-C-Clang-17.0.1-MSVC.output')
-rw-r--r-- | Tests/RunCMake/ParseImplicitLinkInfo/results/windows_x86_64-C-Clang-17.0.1-MSVC.output | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/ParseImplicitLinkInfo/results/windows_x86_64-C-Clang-17.0.1-MSVC.output b/Tests/RunCMake/ParseImplicitLinkInfo/results/windows_x86_64-C-Clang-17.0.1-MSVC.output new file mode 100644 index 0000000..df9ef98 --- /dev/null +++ b/Tests/RunCMake/ParseImplicitLinkInfo/results/windows_x86_64-C-Clang-17.0.1-MSVC.output @@ -0,0 +1,2 @@ +libs= +dirs=C:/DoesNotExist/LLVM/lib/clang/17/lib/windows |