[Lldb-commits] [PATCH] D49779: Make framework-header-fix process copied headers

Keith Smiley via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 25 00:45:42 PDT 2018


keith added a comment.

It seems like if this was a common occurrence, it would've been fixed earlier, so I'm wondering if there's a difference in the way I'm building lldb that causes this. Using cmake:

  cmake ../llvm -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=YES -DLLDB_EXPORT_ALL_SYMBOLS=1 -DLLDB_BUILD_FRAMEWORK=ON

And then `ninja lldb`, repeat `ninja lldb` builds causes ~500 files to be rebuilt with no source changes. I've diffed the `LLDB.framework` before and after and there don't seem to be any differences in the produced headers.


https://reviews.llvm.org/D49779





More information about the lldb-commits mailing list