[Lldb-commits] [PATCH] D21032: Eliminate differences in lldbinline-generated Makefiles and ensure they're regenerated every time

Sean Callanan via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 6 10:50:56 PDT 2016


spyffe created this revision.
spyffe added a reviewer: tfiala.
spyffe added a subscriber: lldb-commits.
spyffe set the repository for this revision to rL LLVM.

To eliminate problems where 'lldbinline.py'-generated Makefiles are re-used, I've standardized the generation of them.  The testsuite now asserts if there is a discrepancy between what is there and what 'lldbinline.py' would generate.

I've also eliminated all cases where what is there is legitimately different from what 'lldbinline.py' would generate.

Repository:
  rL LLVM

http://reviews.llvm.org/D21032

Files:
  packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile
  packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile
  packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile
  packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile
  packages/Python/lldbsuite/test/lang/c/struct_types/Makefile
  packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile
  packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
  packages/Python/lldbsuite/test/lang/objc/objc-runtime-ivars/Makefile
  packages/Python/lldbsuite/test/lldbinline.py
  packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21032.59750.patch
Type: text/x-patch
Size: 7437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160606/57365b12/attachment-0001.bin>


More information about the lldb-commits mailing list