aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-04-16 09:34:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-16 09:37:22 -0700
commit670c21e2c2e122807625962ee5152b0e5f763fc6 (patch)
treec9d91f7f47bfe3e6faad119b1a13f98c2c38b1ca /tensorflow/compiler/aot
parent9b747794ceb869105a144c965540a31791ce7fc3 (diff)
Update for ObjectMemoryBuffer.h rename in upstream LLVM.
This will require a version bump in workspace.bzl PiperOrigin-RevId: 193052084
Diffstat (limited to 'tensorflow/compiler/aot')
-rw-r--r--tensorflow/compiler/aot/embedded_protocol_buffers.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/aot/embedded_protocol_buffers.cc b/tensorflow/compiler/aot/embedded_protocol_buffers.cc
index 6489929a57..0048eec93b 100644
--- a/tensorflow/compiler/aot/embedded_protocol_buffers.cc
+++ b/tensorflow/compiler/aot/embedded_protocol_buffers.cc
@@ -19,7 +19,6 @@ limitations under the License.
#include <string>
#include "llvm/ADT/Triple.h"
-#include "llvm/ExecutionEngine/ObjectMemoryBuffer.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/LegacyPassManager.h"