diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-11-29 23:58:04 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-11-29 23:58:04 +0000 |
| commit | a9940700400cfcb28eda9b4eee28cd99e94b3e3a (patch) | |
| tree | bb2095277c89d517f823f6658e08028f5baafb7f | |
| parent | 9de9a734332fdd9a80be1d86e6c009c380f03a15 (diff) | |
| download | bcm5719-llvm-a9940700400cfcb28eda9b4eee28cd99e94b3e3a.tar.gz bcm5719-llvm-a9940700400cfcb28eda9b4eee28cd99e94b3e3a.zip | |
Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only.
llvm-svn: 120355
| -rw-r--r-- | lldb/test/class_static/TestStaticVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/class_static/TestStaticVariables.py b/lldb/test/class_static/TestStaticVariables.py index c9a5f6685d4..f84099b9c9e 100644 --- a/lldb/test/class_static/TestStaticVariables.py +++ b/lldb/test/class_static/TestStaticVariables.py @@ -108,6 +108,7 @@ class StaticVariableTestCase(TestBase): if name == 'g_points': self.assertTrue(val.GetNumChildren() == 2) elif name == 'A::g_points' and self.getCompiler() in ['clang', 'llvm-gcc']: + # On Mac OS X, gcc 4.2 emits the wrong debug info for A::g_points. self.assertTrue(val.GetNumChildren() == 2) child1 = val.GetChildAtIndex(1) self.DebugSBValue(frame, child1) |

