[llvm-commits] REQUIRES_FP in Makefile.rules

Eric Christopher echristo at apple.com
Wed Aug 19 10:17:54 PDT 2009


>>
>> Quick question: As in things that are currently being compiled?
>
> No, C++ llvm functions that are in the llvm codebase. Like functions  
> from JITEmitter and stuff.
>
>> Seems a bit odd that it's not executing code that's being walked up  
>> but rather the compiler itself.
>
> When I'm using the JIT, functions from the llvm code base may be  
> executing.
>

Yes, but I wouldn't imagine anything could be executing in a way that  
would require you walking up llvm code. Can you give me a quick example?

-eric



More information about the llvm-commits mailing list