You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in release_60, although the sources have that directory available, Ubuntu package is missing it.
We depend on include/lldb/API/LLDB.h in https://github.com/dotnet/coreclr, and full build (with debugger extensions) is breaking due to this missing header.
Aside, why is the v6 showing up under "qualification branch" instead of "stable branch" on http://apt.llvm.org/. v5 is instead marked as "stable". Could that be updated as well?
Thanks!
The text was updated successfully, but these errors were encountered:
However, in release_60, although the sources have that directory available, Ubuntu package is missing it.
We depend on include/lldb/API/LLDB.h in https://github.com/dotnet/coreclr, and full build (with debugger extensions) is breaking due to this missing header.
Aside, why is the v6 showing up under "qualification branch" instead of "stable branch" on http://apt.llvm.org/. v5 is instead marked as "stable". Could that be updated as well?
Extended Description
Versions of lldb-dev package prior to 6.0 contain the include/lldb/API directory https://github.com/llvm-mirror/lldb/tree/release_60/include/lldb/API.
However, in release_60, although the sources have that directory available, Ubuntu package is missing it.
We depend on include/lldb/API/LLDB.h in https://github.com/dotnet/coreclr, and full build (with debugger extensions) is breaking due to this missing header.
Aside, why is the v6 showing up under "qualification branch" instead of "stable branch" on http://apt.llvm.org/. v5 is instead marked as "stable". Could that be updated as well?
Thanks!
The text was updated successfully, but these errors were encountered: