Loading llvm/test/LLVMC/dg.exp +8 −1 Original line number Diff line number Diff line load_lib llvm.exp RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c,cpp}]] if [ llvm_gcc_supports c ] then { RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c}]] } if [ llvm_gcc_supports c++ ] then { RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{cpp}]] } Loading
llvm/test/LLVMC/dg.exp +8 −1 Original line number Diff line number Diff line load_lib llvm.exp RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c,cpp}]] if [ llvm_gcc_supports c ] then { RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c}]] } if [ llvm_gcc_supports c++ ] then { RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{cpp}]] }