[libc-commits] [libc] [libc] Remove the optional arguments for NVPTX constructors (PR #69536)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Oct 19 10:39:18 PDT 2023


jhuber6 wrote:

> Yeah, that was this work: #67673 (landed and then reverted and then I ran out of time to get it across the finish line -- if someone wanted to pick that up, I would be happy to review/help).

This patch basically defaults to the more common form of these constructors since we cannot support both on NVPTX it seems. Since this is to do with their binary tools those are all proprietary so it's out of my hands. We just need to be careful not to use the extended form for any of the tests.

https://github.com/llvm/llvm-project/pull/69536


More information about the libc-commits mailing list