[PATCH] D135076: [Clang] Make offloading flags accept '-' and '--'

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 09:00:55 PDT 2022


MaskRay added a comment.

Single-dash long options starting with `-o` conflict with the short option `-o` so I am unsure I like this direction.

> This is similar to many other driver arguments beginning with -o.

What options?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135076/new/

https://reviews.llvm.org/D135076



More information about the cfe-commits mailing list