mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Turn off llvm-gcc warnings when running "make check".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0011dc4738
commit
53ebe352ab
@ -57,9 +57,9 @@ proc substitute { line test tmpFile } {
|
||||
#replace %prcontext with prcontext.tcl (Must replace before %p)
|
||||
regsub -all {%prcontext} $new_line $prcontext new_line
|
||||
#replace %llvmgcc with actual path to llvmgcc
|
||||
regsub -all {%llvmgcc} $new_line "$llvmgcc -emit-llvm" new_line
|
||||
regsub -all {%llvmgcc} $new_line "$llvmgcc -emit-llvm -w" new_line
|
||||
#replace %llvmgxx with actual path to llvmg++
|
||||
regsub -all {%llvmgxx} $new_line "$llvmgxx -emit-llvm" new_line
|
||||
regsub -all {%llvmgxx} $new_line "$llvmgxx -emit-llvm -w" new_line
|
||||
#replace %compile_cxx with C++ compilation command
|
||||
regsub -all {%compile_cxx} $new_line "$compile_cxx" new_line
|
||||
#replace %compile_c with C compilation command
|
||||
|
Loading…
Reference in New Issue
Block a user