Jaroslav Sýkora
2011-Jun-08 17:37 UTC
[LLVMdev] change program names (configure --program-prefix=xxx)
Hi, is it possible to change names of LLVM programs? Something like in gcc's configure --program-prefix=xxx e.g llvm-dis -> xxx-llvm-dis, clang -> xxx-clang, opt -> xxx-opt I'd like to have this (or equivalent) so that I can customize cross-toolchain program names according to the target architecture. Thanks, Jara -- Space--the final frontier!
Maybe Matching Threads
- [LLVMdev] Alternate instruction encoding for subtargets
- [LLVMdev] Inserting stack spilling code that modifies globally visible state
- [LLVMdev] Add --program-prefix support with AC_CANONICAL_TARGET override.
- [LLVMdev] Alternate instruction encoding for subtargets - SOLVED
- Please help me how to fix "read only" file problem