[clang] [Clang] Do not warn for serialized builtin or command-line definitions (PR #137306)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Thu May 1 01:21:35 PDT 2025
Juan Manuel Martinez =?utf-8?q?CaamaƱo?= <juamarti at amd.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/137306 at github.com>
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win` running on `as-builder-10` while building `clang` at step 17 "test-check-lldb-api".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/197/builds/4754
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 17 (test-check-lldb-api) failure: Test just built components: check-lldb-api completed (failure)
******************** TEST 'lldb-api :: functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py' FAILED ********************
Script:
--
C:/Python312/python.exe C:/buildbot/as-builder-10/lldb-x-aarch64/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./lib --env LLVM_INCLUDE_DIR=C:/buildbot/as-builder-10/lldb-x-aarch64/build/include --env LLVM_TOOLS_DIR=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin --arch aarch64 --build-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/lldb-test-build.noindex --lldb-module-cache-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin/lldb.exe --compiler C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin/clang.exe --dsymutil C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin/dsymutil.exe --make C:/ninja/make.exe --llvm-tools-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin --lldb-obj-root C:/buildbot/as-builder-10/lldb-x-aarch64/build/tools/lldb --lldb-libs-dir C:/buildbot/as-builder-10/lldb-x-aarch64/build/./lib --platform-url connect://jetson-agx-0086.lab.llvm.org:1234 --platform-working-dir /home/ubuntu/lldb-tests --sysroot c:/buildbot/fs/jetson-agx-ubuntu --env ARCH_CFLAGS=-mcpu=cortex-a78 --platform-name remote-linux --skip-category=lldb-server C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\API\functionalities\data-formatter\data-formatter-python-synth -p TestDataFormatterPythonSynth.py
--
Exit Code: 3221226356
Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 0d3d2f639c42b22fc1b9453c7b834dbb0f16c0dc)
clang revision 0d3d2f639c42b22fc1b9453c7b834dbb0f16c0dc
llvm revision 0d3d2f639c42b22fc1b9453c7b834dbb0f16c0dc
-----------------------
Category: default
-----------------------
foo: Python class fooSynthProvider
wrapfoo: Python class wrapfooSynthProvider
-----------------------
Category: VectorTypes
-----------------------
-----------------------
Category: system
-----------------------
-----------------------
Category: cplusplus
-----------------------
-----------------------
Category: objc
-----------------------
(foo) f00_1 = (a = 1, fake_a = 33554432, r = 34)
(foo) f00_1 = (a = 1, fake_a = 33554432, r = 34)
(int) f00_1.fake_a = 33554432
(int) f00_1[1] = 33554432
(foo) f00_1 = fake_a=33554432
(foo) f00_1 = fake_a=33554432
Process 1829746 stopped
* thread #1, name = 'a.out', stop reason = step over
frame #0: 0x0000aaaabae0a874 a.out`main at main.cpp:62:13
59
60 f00_1.a++; // Set break point at this line.
61
-> 62 wrapint test_cast('A' +
^
63 256*'B' +
64 256*256*'C'+
65 256*256*256*'D');
(foo) f00_1 = (a = 2, fake_a = 33554432, r = 34)
(int) $0 = 280
(foo) f00_1 = (a = 280, fake_a = 33554433, r = 34)
(foo *) f00_ptr = 0x0000aaaadce3c2a0 {
...
```
</details>
https://github.com/llvm/llvm-project/pull/137306
More information about the cfe-commits
mailing list