File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2973
2973
extra_configure_args = [
2974
2974
"-DCMAKE_C_COMPILER=gcc" ,
2975
2975
"-DCMAKE_CXX_COMPILER=g++" ,
2976
+ "-DLLVM_APPEND_VC_REV=OFF" ,
2976
2977
"-DCMAKE_C_COMPILER_LAUNCHER=ccache" ,
2977
2978
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ,
2978
2979
"-DLLVM_ENABLE_LLD=ON" ,
2990
2991
bolttests = False ,
2991
2992
depends_on_projects = ['bolt' , 'lld' , 'llvm' ],
2992
2993
extra_configure_args = [
2994
+ "-DLLVM_APPEND_VC_REV=OFF" ,
2993
2995
"-DCMAKE_C_COMPILER_LAUNCHER=ccache" ,
2994
2996
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ,
2995
2997
"-DLLVM_ENABLE_PROJECTS=bolt;clang;lld" ,
3007
3009
bolttests = False ,
3008
3010
depends_on_projects = ['bolt' , 'lld' , 'llvm' ],
3009
3011
extra_configure_args = [
3012
+ "-DLLVM_APPEND_VC_REV=OFF" ,
3010
3013
"-DCMAKE_C_COMPILER_LAUNCHER=ccache" ,
3011
3014
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ,
3012
3015
"-DLLVM_ENABLE_PROJECTS=bolt;clang;lld" ,
You can’t perform that action at this time.
0 commit comments