Re: [PATCH, testsuite] Fix no_trampolines test in check_effective_target_trampolines

2017-06-08 Thread Mike Stump
On Jun 8, 2017, at 3:20 AM, Tom de Vries wrote: > [ To complicate matters objc_target_compile tests for 'objc,no_trampolines' > to set -DNO_TRAMPOLINES, but AFAICT that macro is not used anywhere in the > objc test suites, so I think that's dead code. ] Yes, Ok to remove the dead code as well.

[PATCH, testsuite] Fix no_trampolines test in check_effective_target_trampolines

2017-06-08 Thread Tom de Vries
Hi, Consider check_effective_target_trampolines: ... # Return 1 if according to target_info struct and explicit target list # target is supposed to support trampolines. proc check_effective_target_trampolines { } { if [target_info exists no_trampolines] { return 0 } if { [