[Lldb-commits] [PATCH] Change executable name to a.out.

Bruce Mitchener bruce.mitchener at gmail.com
Thu Jul 2 04:06:13 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: lldb/trunk/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py:41
@@ -40,2 +40,3 @@
         self.decl = line_number(self.source, '// Watchpoint variable declaration.')
         # Build dictionary to have unique executable names for each test method.
+        self.exe_name = 'a.out'
----------------
A bit late, but shouldn't this comment be updated?

http://reviews.llvm.org/D10888

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list