llvm-capstone/lldb/test/plugins/builder_linux2.py
Johnny Chen fdc80a5cf7 lldb should warn when dSYM does not match the binary.
o Symbols.cpp:

  Emit a warning message when dSYM does not match the binary.

o warnings/uuid:

  Added regression test case.

o lldbtest.py:

  Modified to allow test case writer to demand that the build command does not begin
  with a clean first; required to make TestUUIDMismatchWanring.py work.

rdar://problem/10515708

llvm-svn: 149465
2012-02-01 01:49:50 +00:00

5 lines
136 B
Python

from builder_base import *
def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
return False