commit | 38d0632e6a2da897fc83bb35b73ade720359ff7f | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Thu Jun 29 14:32:17 2017 +0000 |
committer | Pavel Labath <labath@google.com> | Thu Jun 29 14:32:17 2017 +0000 |
tree | 684910ad62022b02d160487d42055ad9cec06050 | |
parent | aad1a6f0a417ed8da71e2c5e8aed9e47c989fe26 [diff] |
Move Timer and TraceOptions from Core to Utility Summary: The classes have no dependencies, and they are used both by lldb and lldb-server, so it makes sense for them to live in the lowest layers. Reviewers: zturner, jingham Subscribers: emaste, mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D34746 llvm-svn: 306682