[llvm-dev] Expected top level entity, ELF error
mayuyu.io via llvm-dev
llvm-dev at lists.llvm.org
Tue Jul 30 17:56:54 PDT 2019
Seems like you tried to run your pass on a compiled object file. Can you show us what steps you have done to run your pass?
Zhang
> 在 2019年7月31日,02:22,Jiwon Joung via llvm-dev <llvm-dev at lists.llvm.org> 写道:
>
> Hello dev!
>
> I am trying to run my llvm pass and I get the following strange error.
> <image.png>
> I suspect that the 'top level entity' usually means the bitcode is somehow incompatible. However, the ELF portion of the error is rather confusing.
>
> Any thoughts or advice on this would be greatly appreciated.
>
> --
> Jiwon Joung
> University of Michigan
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
More information about the llvm-dev
mailing list