Issue 161968
Summary LLVM ERROR: Plugin entry point not found in "File.dll" . Is this a legacy plugin?
Labels new issue
Assignees
Reporter nayaneshgudla
    ```
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

```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to