<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/70745>70745</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Improve argument filtering for CUDA sub-compilations targeting NVPTX
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
Artem-B
</td>
</tr>
</table>
<pre>
From https://github.com/llvm/llvm-project/pull/70740#issuecomment-1786180822
>The current filtering mechanism is gross. We have code that does the following error checking for a lot of options and there are more and more of them. It is nearly infeasible to enumerate them.
>
> if (!Triple.isXXX()) { err_unsupported_opt_for_target } else handle
When such an option is used in clang++ --cuda-path=/usr/local/cuda -x cu /dev/null -c -nocudainc -nocudalib $option, we will get an error for NVPTX.
>
> -mcmodel= turned out to be an issue just because we add this option globally.
>
> https://reviews.llvm.org/D105226 introduced a special case to exclude NVPTX for -fbasic-block-sections=, so this has a precedent, but we should figure out a way to handle the target-specific options in a more elegant way.
>
> I do not know whether we should use something similar to -fembed-bitcode's list.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUVL1u4zgQfhqqGciQKdmyCxVJfALSHK7I3aYLhuRI4oYiBf7Ym7c_UMr6boE028hjj-j5_jgYgh4tUccOj-xwKTDFyfnuwUeay8dCOPXR9d7NMMW4BFY_MN4z3o86TknspJsZ7425_vwoF---k4yM90syhvG-rdqmYrzWISSSbp7JxnLfno77U3XinFUXVj18Pus_XiYCmbwnG2HQJpLXdoSZ5IRWhxl0gNG7EHbwjWDCK4F0iiBOGEE5ChAngsEZ4275IHnvPMiJ5Hv-OjgPCMZFcAO4JWpnA6BV-ZQnQE8wu1xYtRVuyK15B88xj7aE3nyAtgNh0MIQRAdk00weI22v3qncC9ADMH5ifP_i9WJop8Pr6-v6y5nxM7D2MQN9SzakZXE-knpzS3wbnH-L6EeKAKy9AJmQOVtlaPvvbxNZCElOgPaTTkaZAinQFqRBOzL-yPgjlKVMCssF48TqC-N9Cj5b5iRmk3ITyh8gEzDeK7oy3ttkDJQSSutyW9t7abQAxpttIuNPcCO4aWMgQ0X7qXoW-89__np5_UqScpazU2RYfYGYvCUFLsUsp8jyw5oW-J5CBEESU6A8BFW2SoefZEfjBBrz8dWEX_Pq6arpFnY5ozvnR8b7y746cH4EbaN3KklSgBAWkhoNSAybuT-kSYo2IiulchAYtCyFcfK9DCTXFK2iPkFwG74JAyAsniQpsjG3RIqZQphcMgoGPaacrxQB4YYfedZm7ZrgzfZyRTNoec-qtoBbMsnQiDbms1-xfwblwLoI79bd4DZRTvj_5mdBg5spTvleBD1rgz6DKAeaBalS6JhvFuNtAKND3BWqq9W5PmNB3f54PrVVe6iaYuoGEqI5tUKQEBVv8Eg1b8RxPxxl05zac6E7XvF6X9X5uW-aHbVC1ecjVYhKVYSsqWhGbe7uFKv9XV4dh8KgIBPW_cS5pduWDcZ5Xle-W7eOSGNgTZWB_udxEXU01D3Pi3fXfLvHNP-6V7KfT39fHiAkUUo3L9rgJvRmQH5ndb5I3nS_vQFXoOFzBx7-DQAA___cYsx6">