7 lines
225 B
Text
7 lines
225 B
Text
proc libgomp-dg-test { prog do_what extra_tool_flags } {
|
|
return [gcc-dg-test-1 libgomp_target_compile $prog $do_what $extra_tool_flags]
|
|
}
|
|
|
|
proc libgomp-dg-prune { system text } {
|
|
return [gcc-dg-prune $system $text]
|
|
}
|