GPUOpen-Drivers / llvm-dialects

LLVM Dialects Library
Apache License 2.0
22 stars 22 forks source link

Replace deprecated starts/endswith #75

Closed Flakebi closed 10 months ago

Flakebi commented 10 months ago

startswith and endswith have been deprecated and are replaced with starts_with and ends_with.