nvptx: Set 'UI_TARGET' for 'TARGET_EXCEPT_UNWIND_INFO' [PR86660] (was: [c++] Don't emit exception tables for UI_NONE)

2025-02-14 Thread Thomas Schwinge
rüße Thomas >From 9611ce687904a22da2febbc97acba2ae0f0c3780 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 11 Feb 2025 17:23:28 +0100 Subject: [PATCH] nvptx: Set 'UI_TARGET' for 'TARGET_EXCEPT_UNWIND_INFO' [PR86660] Subversion r263265 (Git commit 77e0a97acf7b00c1e68e4738fdf275a4cf

Re: [c++] Don't emit exception tables for UI_NONE

2018-08-03 Thread Jakub Jelinek
On Fri, Aug 03, 2018 at 11:45:31AM +0200, Tom de Vries wrote: > If a target does not support exceptions, it can indicate this by returning > UI_NONE in TARGET_EXCEPT_UNWIND_INFO. Currently the compiler still emits > exception tables for such a target. > > This patch makes sure that no exception t

[c++] Don't emit exception tables for UI_NONE

2018-08-03 Thread Tom de Vries
ing UI_NONE in TARGET_EXCEPT_UNWIND_INFO. Currently the compiler still emits exception tables for such a target. This patch makes sure that no exception tables are emitted if the target does not support exceptions. This allows us to remove a workaround in TARGET_ASM_BYTE_OP in the nvp