This is an archive of the discontinued LLVM Phabricator instance.

Avoid assemble step in verbose-output-quoting.c
ClosedPublic

Authored by ychen on Jul 31 2019, 11:33 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ychen created this revision.Jul 31 2019, 11:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2019, 11:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
hans added a comment.Aug 1 2019, 1:28 AM

Sorry, I should have caught this in the original review.

Normally tests in Driver/ use the -### flag. That way it doesn't invoke the frontend at all, it just shows how it would invoke it. Would that work for this test also?

ychen updated this revision to Diff 218588.Sep 3 2019, 9:49 PM

Address comment.

ychen added a comment.Sep 3 2019, 9:50 PM

Would that work for this test also?

Yes, that sounds good.

hans accepted this revision.Sep 4 2019, 1:27 AM

Looks good to me. Thanks!

This revision is now accepted and ready to land.Sep 4 2019, 1:27 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 4 2019, 10:10 AM