diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-03-22 02:20:34 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-03-22 02:20:34 +0000 |
commit | f0b0f1f9d97f4cf4d2f00c60fbc3d377a93465f8 (patch) | |
tree | 7104834d0bd14f662aab286b7c40551c1688cfd7 /include/llvm/Support/Compiler.h | |
parent | d3107fbc54a5b5156f0aabc8788724f1469eb9df (diff) |
Revert r177543: Add timing of the IR parsing code with a new
-time-ir-parsing flag
This breaks the layering of the Support library. We can't add an
implementation side to IRReader because it refers directly to entities
only accessible as part of the IR, AsmParser, and BitcodeReader
libraries. It can only be used in a context where all of those libraries
will be available.
We'll need to find some other way to get this functionality, and
hopefully solve the long-standing layering problem of IRReader.h...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Compiler.h')
0 files changed, 0 insertions, 0 deletions