aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/lld.py')
-rw-r--r--src/benchmarks/lld.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py
index d626214..c5c802b 100644
--- a/src/benchmarks/lld.py
+++ b/src/benchmarks/lld.py
@@ -34,7 +34,7 @@ class BenchmarkLld(Benchmark):
"""
def __init__(self):
- self.name = "lld"
+ name = "lld"
self.run_dir = "lld-speed-test/{test}"
# TODO: don't hardcode ld.lld location
@@ -45,7 +45,7 @@ class BenchmarkLld(Benchmark):
"gold-fsds", "llvm-as", "mozilla"]}
self.requirements = ["ld.lld"]
- super().__init__()
+ super().__init__(name)
def prepare(self):
super().prepare()