llvm-project
d64802d6 - [lldb][framework] Glob headers from source for framework (#148736)

Commit
287 days ago
[lldb][framework] Glob headers from source for framework (#148736) When gathering the headers to fix up and place in LLDB.framework, we were previously globbing the header files from a location in the build directory. This commit changes this to glob from the source directory instead, as we were globbing from the build directory without ensuring that the necessary files were actually in that location before globbing.
Author
Parents
Loading