Make framework-header-fix process copied headers
authorAlex Langford <apl@fb.com>
Thu, 26 Jul 2018 19:04:46 +0000 (19:04 +0000)
committerAlex Langford <apl@fb.com>
Thu, 26 Jul 2018 19:04:46 +0000 (19:04 +0000)
commit10c9e0e0d8c6f9651e9b2bb85518dc9302245f53
tree7ca2b43172659d0b44f44d38cd162e8144fba94d
parent9980c261df44e62b1a374c58a94c55c76e1e50a7
Make framework-header-fix process copied headers

Summary:
Previously the framework-header-fix script would change the sources
before they were copied, leading to unnecessary rebuilds on repeat
`ninja lldb` invocations. This runs the script on the headers after
they're copied into the produced LLDB.framework, meaning it doesn't
affect any files being built.

Patch by Keith Smiley <keithbsmiley@gmail.com>!

Differential Revision: https://reviews.llvm.org/D49779

llvm-svn: 338058
lldb/cmake/modules/LLDBFramework.cmake