Ken Dyck
2009-Dec-02 18:29 UTC
[LLVMdev] Running CodeGen/Generic tests on different targets
Is there a simple way to override the target triple used in when running the generic codegen tests? I would expect that passing a value for TARGET_TRIPLE to make, as below, would do it but none of the tests appear to use the target_triplet variable generated in site.exp.> make TESTSUITE=CodeGen/Generic TARGET_TRIPLE=msp430-none-none check-Ken
Seemingly Similar Threads
- [LLVMdev] Running all the backends over test/CodeGen/Generic
- [LLVMdev] Flags and Custom Inserters in code generation
- [LLVMdev] Calls to functions with signext/zeroext return values
- What's LLVM{target}CodeGen vs {target}CodeGen?
- [LLVMdev] [PATCH] Parallelized make check