The only reason the regex failed to match for me was that the FileCheck regex enforced a space (0x20) before the dividing comma. Without knowing what else the "{{.*}}" was designed to match, this trivial diff should allow my successful output to match the expected output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM