Right now, the regex expression will fail if the flags were not set. Instead, we should follow the pattern of other llvm projects and quote the expression, so that it can work even when the flags are not set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo