summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/lldbtest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py
index a756b19efd9..1379a38faf3 100644
--- a/lldb/test/lldbtest.py
+++ b/lldb/test/lldbtest.py
@@ -779,6 +779,9 @@ class Base(unittest2.TestCase):
else:
benchmarks = False
+ # This records the compiler version used for the test.
+ system([self.getCompiler(), "-v"], sender=self)
+
dname = os.path.join(os.environ["LLDB_TEST"],
os.environ["LLDB_SESSION_DIRNAME"])
if not os.path.isdir(dname):
OpenPOWER on IntegriCloud