Chromium Code Reviews| Index: third_party/protobuf/README.chromium |
| diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium |
| index 3453b849bf94369d40a42eed6515330974bc042f..0a46b30e6159fd15539e44cc085fc8242bcf1e2b 100644 |
| --- a/third_party/protobuf/README.chromium |
| +++ b/third_party/protobuf/README.chromium |
| @@ -87,3 +87,9 @@ Description of the patches: |
| These patches uninline some functions, resulting in a significant reduction |
| (somewhere between 500 KB and 1 MB) of binary size. |
| +- 0011-use-offsetof-for-clang.patch |
| + |
| + This patch replaces a few invalid reinterpret_casts with __builtin_offsetof, |
| + if compiled with Clang. This is a temporary patch, it should be deletd, when |
| + the official github repo is updates with this changes already submitted to |
| + the internal Google repo. |
|
xyzzyz
2016/04/28 23:42:56
Please link to the issue on github, so that we kno
|