Issue 180834
Summary "Parent" Unknown in tablegen properties of lldb Plugin
Labels new issue
Assignees
Reporter hawkinsw
    It seems as if `Parent` should be `Path` in lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPProperties.td.

On macOS I cannot compile after cdbe28887bc9b4740f990dd5b3d8a86e9b14c131. 
```
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPProperties.td:3:32: error: Value 'Parent' unknown!
let Definition = "processkdp", Parent = "plugin.process.kdp" in {
                               ^
[4174/5751] Building CXX object tools/...nPlatformLinux.dir/PlatformLinux.cpp.o
ninja: build stopped: subcommand failed.
```

Changing `Parent` to `Path` makes everything compile correctly.

Thank you for everything!



_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to