summaryrefslogtreecommitdiffstats
path: root/lldb/test/plugins/builder_linux2.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-02-01 01:49:50 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-02-01 01:49:50 +0000
commitfdc80a5cf7a4f62e32c42641a48ae2e249e4572e (patch)
treef1c84f0b1e89eaa9e11bc8096c5da8d2a6c38c14 /lldb/test/plugins/builder_linux2.py
parent05e8d1944678f1dc07667e60be5975c127db1ced (diff)
downloadbcm5719-llvm-fdc80a5cf7a4f62e32c42641a48ae2e249e4572e.tar.gz
bcm5719-llvm-fdc80a5cf7a4f62e32c42641a48ae2e249e4572e.zip
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
Diffstat (limited to 'lldb/test/plugins/builder_linux2.py')
-rw-r--r--lldb/test/plugins/builder_linux2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/plugins/builder_linux2.py b/lldb/test/plugins/builder_linux2.py
index eb08b4035c2..e56be429823 100644
--- a/lldb/test/plugins/builder_linux2.py
+++ b/lldb/test/plugins/builder_linux2.py
@@ -1,4 +1,4 @@
from builder_base import *
-def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None):
+def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
return False
OpenPOWER on IntegriCloud