[PATCH] D86089: [flang][driver]Add experimental flang driver and frontend with help screen

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 11 04:44:34 PDT 2020


awarzynski added a comment.

We forgot to update the signature and definition of `OptTable::findByPrefix`: https://github.com/llvm/llvm-project/blob/257b29715bb27b7d9f6c3c40c481b6a4af0b37e5/llvm/include/llvm/Option/OptTable.h#L154-L155. That's required after updating the definition of `OptTable::Flags`. Not sure none of the compilers complained.

Fixed here: https://github.com/llvm/llvm-project/commit/4eed800b18abaeba3082bf950fbe5c3020c4b592


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86089



More information about the cfe-commits mailing list