This is an archive of the discontinued LLVM Phabricator instance.

in test_suite run_test function, opt and self.opt is same obect
ClosedPublic

Authored by Lily_He on May 7 2019, 5:38 PM.

Details

Summary

In run_test function of test_suite, self.opt and opt is same object, some places used opt, some places used self.opt, changed all to use opt.

Diff Detail

Repository
rL LLVM

Event Timeline

Lily_He created this revision.May 7 2019, 5:38 PM
Lily_He updated this revision to Diff 198568.May 7 2019, 5:53 PM
Lily_He set the repository for this revision to rL LLVM.
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2019, 5:53 PM
Lily_He updated this revision to Diff 198570.May 7 2019, 5:54 PM
Lily_He updated this revision to Diff 198574.May 7 2019, 7:21 PM
Lily_He added a reviewer: Restricted Project.
Lily_He removed a project: Restricted Project.
Lily_He removed a subscriber: llvm-commits.
Lily_He updated this revision to Diff 198744.May 8 2019, 4:52 PM
cmatthews accepted this revision.Jun 5 2019, 10:58 AM

LGTM. Thanks

This revision is now accepted and ready to land.Jun 5 2019, 10:58 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2019, 3:37 AM