LLVM ERROR: Plugin entry point not found in "File.dll" . Is this a legacy plugin?
Open
new issue
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
```
opt -load-pass-plugin=file.dll -passes="file" test.ll -S -o test_new.ll
LLVM ERROR: Plugin entry point not found in 'file.dll'. Is this a legacy plugin?
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0. Program arguments: opt -load-pass-plugin=file.dll -passes=file_pass test.ll -S -o test_new.ll
```
Contributor guide
Assessment
This issue has not been assessed yet.