mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-26 14:24:18 +08:00
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
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]
|
|||
}
|