Feature Request
Can it support multiple binaries for one type of compiler?
Description:
Sometimes we want to test different versions of one type of compiler.
Moreover, in my case, I have a modified compiler named clang++-fpchecker which is based on clang++. I want to run bothclang++-fpchecker and clang++. But now, I need to build and run them separately. I was wondering if we could run these compilers together in one build and run.
Suggested change:
A clear and concise description of what you want to happen. Add any considered drawbacks. You can also specify potential design or architecture directions with planned implementation details.
Alternative approaches:
A clear and concise description of any alternative solutions or features you've considered.
Feature Request
Can it support multiple binaries for one type of compiler?
Description:
Sometimes we want to test different versions of one type of compiler.
Moreover, in my case, I have a modified
compilernamedclang++-fpcheckerwhich is based onclang++. I want to run bothclang++-fpcheckerandclang++. But now, I need to build and run them separately. I was wondering if we could run these compilers together in one build and run.Suggested change:
A clear and concise description of what you want to happen. Add any considered drawbacks. You can also specify potential design or architecture directions with planned implementation details.
Alternative approaches:
A clear and concise description of any alternative solutions or features you've considered.