OSDN Git Service

WAR: Set optnone for FwmarkClient::send to work around LLVM update bug.
authorStephen Hines <srhines@google.com>
Sun, 16 Aug 2015 19:45:13 +0000 (12:45 -0700)
committerStephen Hines <srhines@google.com>
Mon, 17 Aug 2015 00:22:20 +0000 (17:22 -0700)
commit18070184759f91e8b3dd9e4f37a1977deee6712d
tree1bda42656b52decfcd342f144b42c5d24ae8d869
parentb07a7202d813909cf71de4f25df8588e02a1e803
WAR: Set optnone for FwmarkClient::send to work around LLVM update bug.

Bug: 23239997

Without this attribute, we constantly see SocketClient unable to write
because of a broken pipe. Skipping optimizations on this function allows
things to work properly again.

Change-Id: I6b5a16a0bae86f4a12f59842b5563e0b815fcd9d
client/FwmarkClient.cpp