[llvm] TargetRegistry: Remove deprecated create*Info that take StringRef parameter (PR #180448)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 8 19:15:14 PST 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows` running on `linaro-armv8-windows-msvc-05` while building `llvm` at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/141/builds/15183

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: python_api/disassemble-raw-data/TestDisassemble_VST1_64.py (1129 of 2441)
UNSUPPORTED: lldb-api :: python_api/event/TestEvents.py (1130 of 2441)
UNSUPPORTED: lldb-api :: python_api/exprpath_synthetic/TestExprPathSynthetic.py (1131 of 2441)
PASS: lldb-api :: python_api/file_handle/TestFileHandle.py (1132 of 2441)
PASS: lldb-api :: python_api/exprpath_register/TestExprPathRegisters.py (1133 of 2441)
PASS: lldb-api :: python_api/find_in_memory/TestFindInMemory.py (1134 of 2441)
PASS: lldb-api :: python_api/findvalue_duplist/TestSBFrameFindValue.py (1135 of 2441)
PASS: lldb-api :: python_api/format/TestFormat.py (1136 of 2441)
PASS: lldb-api :: python_api/find_in_memory/TestFindRangesInMemory.py (1137 of 2441)
PASS: lldb-api :: python_api/formatters/TestFormattersSBAPI.py (1138 of 2441)
FAIL: lldb-api :: python_api/frame/TestFrames.py (1139 of 2441)
******************** TEST 'lldb-api :: python_api/frame/TestFrames.py' FAILED ********************
Script:
--
C:/Users/tcwg/scoop/apps/python/current/python.exe C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./lib --env LLVM_INCLUDE_DIR=C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/include --env LLVM_TOOLS_DIR=C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin --arch aarch64 --build-dir C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/lldb-test-build.noindex --lldb-module-cache-dir C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin/lldb.exe --compiler C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin/clang.exe --dsymutil C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin/dsymutil.exe --make C:/Users/tcwg/scoop/shims/make.exe --llvm-tools-dir C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin --lldb-obj-root C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/tools/lldb --lldb-libs-dir C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./lib --cmake-build-type Release --skip-category=watchpoint C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\API\python_api\frame -p TestFrames.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision 80f627e6d5f1adedd5747b265f79e2304a200367)
  clang revision 80f627e6d5f1adedd5747b265f79e2304a200367
  llvm revision 80f627e6d5f1adedd5747b265f79e2304a200367
a(val=1, ch='A')

b(val=2, ch='B')

c(val=3, ch='C')

a(1, 'A') returns 73

b(val=2, ch='B')

c(val=3, ch='C')

b(2, 'B') returns 73

a(val=3, ch='A')

c(val=4, ch='B')

a(3, 'A') returns 73

Skipping the following test categories: watchpoint, libc++, libstdcxx, dwo, dsym, gmodules, debugserver, objc, fork, pexpect


--
Command Output (stderr):
--

```

</details>

https://github.com/llvm/llvm-project/pull/180448


More information about the llvm-commits mailing list