securesystemslab / LLVM-MCA-Daemon

Other
11 stars 11 forks source link

Compilation fails with custom version of LLVM #4

Open simeonkr opened 10 months ago

simeonkr commented 10 months ago

When following the instructions to build the custom version of LLVM as well as MCA Daemon itself, I get compilation errors of the form

LLVM-MCA-Daemon/MCAViews/SummaryView.h:31:10: fatal error: llvm/MCA/View.h: No such file or directory

Indeed, the LLVM-13 in the provided repository does not include such header file. Does the latest code in this repository assume a different version of LLVM?

chinmaydd commented 8 months ago

@simeonkr if you're still looking to experiment with MCAD, we pushed some improvements to branch broker-improvements that works with the dev-incremental-mca branch of this repo.