diff options
author | Georgiy Samoylov <g.samoylov@syntacore.com> | 2025-02-13 19:48:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 16:48:03 +0000 |
commit | 1138a4964adf76cc4af82b3f43dbc8db0b91cd46 (patch) | |
tree | 8ef13358c4661af8e290bbed4dd2462ce4553c2f /llvm/lib/FileCheck | |
parent | 2f8de7b466efc613111904ee36d13ec95976739a (diff) | |
download | llvm-1138a4964adf76cc4af82b3f43dbc8db0b91cd46.zip llvm-1138a4964adf76cc4af82b3f43dbc8db0b91cd46.tar.gz llvm-1138a4964adf76cc4af82b3f43dbc8db0b91cd46.tar.bz2 |
[lldb] Fix build problem in llgs tests for RISC-V (#127091)
During testing of LLDB on RISC-V target, tests from the llgs category
were built with an error: `Error when building test subject.`
```
llvm-project/lldb/test/API/tools/lldb-server/main.cpp:151:40: error: missing ')' after '__builtin_debugtrap'
151 | #elif __has_builtin(__builtin_debugtrap())
| ~~~~~~~~~~~~~~~~~~~^
llvm-project/lldb/test/API/tools/lldb-server/main.cpp:151:20: note: to match this '('
151 | #elif __has_builtin(__builtin_debugtrap())
| ^
```
This patch fixes this error.
Diffstat (limited to 'llvm/lib/FileCheck')
0 files changed, 0 insertions, 0 deletions