fstudio / clangbuilder

Building Clang ♡ Utility and Environment
https://fstudio.github.io/clangbuilder/
MIT License
104 stars 14 forks source link

Selectable Targets to build from UI? #22

Closed oscarbg closed 7 years ago

oscarbg commented 7 years ago

as this can improve build speed greatly could be good to be able to select LLVM targets for example common "X86;NVPTX" for POCL CUDA support for example..

fcharlie commented 7 years ago

Good idea. Your can set

$ClangbuilderRoot/out/cmakeflags.$Branch.json 

or

$ClangbuilderRoot/out/cmakeflags.json

more info, Please see ReadMe.md

UI not suitable for too much modification

commit: 92fe8b7d4b1bc2094c51314232c20f4d1856aa70

fcharlie commented 7 years ago

@oscarbg The new CMake custom flags feature is helpful if you have, I will close this issue