沈天豪 via llvm-dev
2018-Sep-09 05:32 UTC
[llvm-dev] A strange question about Couldn't find class
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>
Nicolai Hähnle via llvm-dev
2018-Sep-10 07:47 UTC
[llvm-dev] A strange question about Couldn't find class
On 09.09.2018 07:32, 沈天豪 via llvm-dev wrote:> 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 ?Can't really answer a question like this without more information about what you actually did. It's probably something silly like trying to define stuff in the wrong order. Cheers, Nicolai> Thans a lot. > > > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Lerne, wie die Welt wirklich ist, Aber vergiss niemals, wie sie sein sollte.