Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no matching function for call to ‘llvm::IRChangePrinter::~IRChangePrinter() #12

Open
PhilipDeegan opened this issue Sep 28, 2021 · 1 comment

Comments

@PhilipDeegan
Copy link

PhilipDeegan commented Sep 28, 2021

Trying to build pretty much as is shown in https://github.com/google/llvm-propeller/blob/plo-dev/Propeller_RFC.pdf

llvm-propeller/llvm/lib/Passes/StandardInstrumentations.cpp:341:46: error: no matching function for call to ‘llvm::IRChangePrinter::~IRChangePrinter()’
   ChangePrinter<std::string>::~ChangePrinter();

possibly related: https://reviews.llvm.org/D87000?id=302664

@xiaowuchanglu
Copy link

xiaowuchanglu commented Oct 22, 2023

You can only use llvm-17 for this code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants