Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Iaad7b2ea8eea6c89c1c1a3d0e145bbb7bf60c6b9
|
|
It would be better to use a const reference for infile, but unfortunately, we
must mutate it during the lifetime of BitcodeWrapperer - Seek() is the
primary issue here. Since we don't want to use a non-const reference, we
instead insert appropriate NULL checks into the various functions where
infile is used.
Change-Id: Ic408c9dba684b57237cc8e29fff61c103161f7b3
|
|
Change-Id: Ib19c9dc4db7e09525ea42eed9086e6fdb94c3648
|
|
This change uses a common helper library created for PNaCl, and adapts it
for use with Android. We also add some new fields to the wrapper for the
offline compiler version used to generate the bitcode.
Change-Id: I04c4ee20b7b09a68a35cdda1891616ee482a0072
|