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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to