In r309021, the headers in include/lldb/API were excluded from the install
target. From cmake/modules/LLDBConfig.cmake:
+ PATTERN "API/*.h" EXCLUDE
Are the SB Headers supposed to be excluded from an install? I just did
"ninja install" from top of tree and the SB Headers are not there.
Ted