diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-12-02 19:44:08 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-12-02 19:44:08 +0000 |
commit | fc7e2ead4306416b893c92693a2cb6d3b0492bdb (patch) | |
tree | 14f042bb6acb8e98be5e83aef9e828f5fbae2664 /lib/CodeGen/CodeGenModule.cpp | |
parent | f3cd3fd859120d58f745ba545c8da808e12a39ac (diff) |
PTH emission:
- Output 32 bit integers using bit-shifting + write of individual bytes.
This is motivated because we aren't guaranteed to load 32-bit ints of the mmaped PTH file at 4-byte offsets.
- Don't emit flags for IdentifierInfos. These are lazily populated by the Preprocessor/Parser.
- Only write out tokens for files with absolute paths. This is potentially temporary, but simplifies things for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions