This is an archive of the discontinued LLVM Phabricator instance.

[BlockExtractor] Change the basic block separator from ',' to ';'
ClosedPublic

Authored by qcolombet on Apr 22 2019, 10:54 AM.

Details

Summary

This change aims at making the file format be compatible with the
way LLVM handles command line options.

Diff Detail

Repository
rL LLVM

Event Timeline

qcolombet created this revision.Apr 22 2019, 10:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2019, 10:54 AM
volkan accepted this revision.Apr 23 2019, 11:20 AM

LGTM

This revision is now accepted and ready to land.Apr 23 2019, 11:20 AM
This revision was automatically updated to reflect the committed changes.