[Lldb-commits] [lldb] [lldb][Fortran] Add support for Fortran base types (PR #212851)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Aug 1 07:55:17 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>[code=4294967295] tools/lldb/unittests/Symbol/SymbolTests.exe</summary>
```
FAILED: [code=4294967295] tools/lldb/unittests/Symbol/SymbolTests.exe
C:\Windows\system32\cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --msvc-ver=1944 --intdir=tools\lldb\unittests\Symbol\CMakeFiles\SymbolTests.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests -- C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\SymbolTests.rsp /out:tools\lldb\unittests\Symbol\SymbolTests.exe /implib:tools\lldb\unittests\Symbol\SymbolTests.lib /pdb:tools\lldb\unittests\Symbol\SymbolTests.pdb /version:0.0 /MANIFEST:NO /Brepro /INCREMENTAL:NO /subsystem:console /STACK:10000000 && C:\Windows\system32\cmd.exe /C "cd /D C:\_work\llvm-project\llvm-project\build\tools\lldb\unittests\Symbol && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E make_directory C:/_work/llvm-project/llvm-project/build/tools/lldb/unittests/Symbol/./Inputs && cd /D C:\_work\llvm-project\llvm-project\build\tools\lldb\unittests\Symbol && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/lldb/unittests/Symbol/Inputs/inlined-functions.yaml C:/_work/llvm-project/llvm-project/build/tools/lldb/unittests/Symbol/./Inputs""
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\SymbolTests.rsp /out:tools\lldb\unittests\Symbol\SymbolTests.exe /implib:tools\lldb\unittests\Symbol\SymbolTests.lib /pdb:tools\lldb\unittests\Symbol\SymbolTests.pdb /version:0.0 /MANIFEST:NO /Brepro /INCREMENTAL:NO /subsystem:console /STACK:10000000" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: public: class lldb_private::CompilerType __cdecl lldb_private::TypeSystemFortran::CreateType(unsigned int, unsigned __int64, class lldb_private::ConstString)
>>> referenced by tools\lldb\unittests\Symbol\CMakeFiles\SymbolTests.dir\TestTypeSystemFortran.cpp.obj:(private: virtual void __cdecl TestTypeSystemFortran_TestBaseTypes_Test::TestBody(void))
>>> referenced by tools\lldb\unittests\Symbol\CMakeFiles\SymbolTests.dir\TestTypeSystemFortran.cpp.obj:(private: virtual void __cdecl TestTypeSystemFortran_TestBaseTypes_Test::TestBody(void))
>>> referenced by tools\lldb\unittests\Symbol\CMakeFiles\SymbolTests.dir\TestTypeSystemFortran.cpp.obj:(private: virtual void __cdecl TestTypeSystemFortran_TestBaseTypes_Test::TestBody(void))
>>> referenced 30 more times
lld-link: error: undefined symbol: public: class lldb_private::CompilerType __cdecl lldb_private::TypeSystemFortran::GetOrCreateFortranFunction(class lldb_private::ConstString, class llvm::SmallVectorImpl<class lldb_private::CompilerType> const &)
>>> referenced by tools\lldb\unittests\Symbol\CMakeFiles\SymbolTests.dir\TestTypeSystemFortran.cpp.obj:(private: virtual void __cdecl TestTypeSystemFortran_TestFortranFunction_Test::TestBody(void))
lld-link: error: undefined symbol: public: __cdecl lldb_private::TypeSystemFortran::TypeSystemFortran(void)
>>> referenced by tools\lldb\unittests\Symbol\CMakeFiles\SymbolTests.dir\TestTypeSystemFortran.cpp.obj:(class std::shared_ptr<class lldb_private::TypeSystemFortran> __cdecl std::make_shared<class lldb_private::TypeSystemFortran>(void))
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/212851
More information about the lldb-commits
mailing list