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 29732973 extra_configure_args = [
29742974 "-DCMAKE_C_COMPILER=gcc" ,
29752975 "-DCMAKE_CXX_COMPILER=g++" ,
2976+ "-DLLVM_APPEND_VC_REV=OFF" ,
29762977 "-DCMAKE_C_COMPILER_LAUNCHER=ccache" ,
29772978 "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ,
29782979 "-DLLVM_ENABLE_LLD=ON" ,
29902991 bolttests = False ,
29912992 depends_on_projects = ['bolt' , 'lld' , 'llvm' ],
29922993 extra_configure_args = [
2994+ "-DLLVM_APPEND_VC_REV=OFF" ,
29932995 "-DCMAKE_C_COMPILER_LAUNCHER=ccache" ,
29942996 "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ,
29952997 "-DLLVM_ENABLE_PROJECTS=bolt;clang;lld" ,
30073009 bolttests = False ,
30083010 depends_on_projects = ['bolt' , 'lld' , 'llvm' ],
30093011 extra_configure_args = [
3012+ "-DLLVM_APPEND_VC_REV=OFF" ,
30103013 "-DCMAKE_C_COMPILER_LAUNCHER=ccache" ,
30113014 "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" ,
30123015 "-DLLVM_ENABLE_PROJECTS=bolt;clang;lld" ,
You can’t perform that action at this time.
0 commit comments