[llvm-dev] A strange question about Couldn't find class

沈天豪 via llvm-dev llvm-dev at lists.llvm.org
Sat Sep 8 22:32:02 PDT 2018


Hi,every one.

I have a strange problem,which suddenly appears.
In src/lib/Target/X86/X86InstrInfo.td,I add a Pseudo using class PseudoI.
when compile llvm, there is a error :error: Couldn't find class 'PseudoI'
???
But in X86InstrInfo.td, there are other Pseudo instructions which difined using class 'PseudoI'.
And in anthoer ubuntu ,I do the same without error.
why?How should I do ?

Thans a lot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180909/295e3358/attachment.html>


More information about the llvm-dev mailing list