Fix TestConcurrentEvents to behave nicely with GCC 4.8
authorDaniel Malea <daniel.malea@intel.com>
Mon, 29 Jul 2013 23:13:08 +0000 (23:13 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Mon, 29 Jul 2013 23:13:08 +0000 (23:13 +0000)
commit4d3de853a2c944a658d3e8470341da75c217fdaa
treef9874d1e66f6a7c79f5dc4e345b50783742ce52e
parentb469aeb164190b37680cb9da39169e159a4ef9bd
Fix TestConcurrentEvents to behave nicely with GCC 4.8
- newer gcc generates additional debuginfo for function exit (stack object desctruction) which was causing tests to fail
- work-around consists of not declaring any stack objects in main()

llvm-svn: 187389
lldb/test/functionalities/thread/concurrent_events/main.cpp