Issue 75715
Summary lldb no member named xxx for canadian compilation
Labels new issue
Assignees
Reporter trcrsired
    ```
/home/cqwrteur/Projects/myllvm/aarch64-linux-android24/build/llvm-project/tools/lldb/source/Commands/CommandOptions.inc:240:83: error: no member named 'eNoCompletion' in 'lldb_private::CommandCompletions'; did you mean simply 'eNoCompletion'?
  240 |   {LLDB_OPT_SET_ALL, false, "regex", 'x', OptionParser::eNoArgument, nullptr, {}, CommandCompletions::eNoCompletion, eArgTypeNone, "Function name and module name are actually regular expressions."},
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      | eNoCompletion
/home/cqwrteur/Projects/myllvm/llvm-project/lldb/include/lldb/lldb-enumerations.h:1273:3: note: 'eNoCompletion' declared here
 1273 |   eNoCompletion = 0ul,
 |   ^
In file included from /home/cqwrteur/Projects/myllvm/llvm-project/lldb/source/Commands/CommandObjectFrame.cpp:749:
/home/cqwrteur/Projects/myllvm/aarch64-linux-android24/build/llvm-project/tools/lldb/source/Commands/CommandOptions.inc:241:134: error: no member named 'eModuleCompletion' in 'lldb_private::CommandCompletions'; did you mean simply 'eModuleCompletion'?
  241 |   {LLDB_OPT_SET_ALL, false, "shlib", 's', OptionParser::eRequiredArgument, nullptr, g_argument_table[eArgTypeShlibName].enum_values, CommandCompletions::eModuleCompletion, eArgTypeShlibName, "Name of the module or shared library that this recognizer applies to."},
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      | eModuleCompletion
/home/cqwrteur/Projects/myllvm/llvm-project/lldb/include/lldb/lldb-enumerations.h:1278:3: note: 'eModuleCompletion' declared here
 1278 |   eModuleCompletion = (1ul << 4),
      |   ^
9 errors generated.
ninja: build stopped: subcommand failed.
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to