From 53840149685115dc551bc2fc7afce902958c8b15 Mon Sep 17 00:00:00 2001 From: Johannes Weissmann Date: Mon, 22 Apr 2024 09:05:55 +0200 Subject: [PATCH] Imports a missing function --- varats/varats/experiments/vara/architecture_report_experiment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/varats/varats/experiments/vara/architecture_report_experiment.py b/varats/varats/experiments/vara/architecture_report_experiment.py index d7c3d152f..58f258246 100644 --- a/varats/varats/experiments/vara/architecture_report_experiment.py +++ b/varats/varats/experiments/vara/architecture_report_experiment.py @@ -22,6 +22,7 @@ RunWLLVM, BCFileExtensions, get_bc_cache_actions, + get_cached_bc_file_path, ) from varats.project.varats_project import VProject from varats.report.report import ReportSpecification