mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
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.