Please make the following 2 changes and commit. Enable all tests on Linux. Fix the main.c as suggested in inline comments.
If there are some failures then I will fix/skip the tests as necessary. ================ Comment at: test/tools/lldb-mi/symbol/main.cpp:14 @@ +13,3 @@ + int a = 10, b = 20; + s_MyVar = a + b; + return 0; // BP_return ---------------- This variable is undeclared. Causes build error. http://reviews.llvm.org/D7762 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
