Hi all, Is there any way to make the C backend not omit long longs for i64 values, on a 32 bit machine? I'm thinking of either some frontend or some backend flag... any ideas? Thanks in advance! Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110925/dac008f1/attachment.html>
Hi Harel,> Is there any way to make the C backend not omit long longs for i64 values, on a > 32 bit machine?no.> I'm thinking of either some frontend or some backend flag... any ideas?There's a vague plan to rewrite the C backend more like an ordinary backend, so it would run after the type legalizer. If that was done then it wouldn't be hard to support this. But as far as I know no-one is working on the rewrite. Ciao, Duncan.
Seemingly Similar Threads
- [LLVMdev] Resolving sizeof's; target triples; type optimizations
- [LLVMdev] Resolving sizeof's; target triples; type optimizations
- [LLVMdev] Passing command line arguments to optimization passes
- [LLVMdev] Passing command line arguments to optimization passes
- [LLVMdev] Resolving sizeof's; target triples; type optimizations