From b23920670164e7ab19df8c165a703bc6c6782285 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 20 Jan 2018 10:50:16 -0800 Subject: [PATCH] Update XLA for LLVM r323001 This will require an LLVM version bump PiperOrigin-RevId: 182661291 --- tensorflow/compiler/xla/service/cpu/simple_orc_jit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/xla/service/cpu/simple_orc_jit.cc b/tensorflow/compiler/xla/service/cpu/simple_orc_jit.cc index 5403bf48b7..de5e9b4119 100644 --- a/tensorflow/compiler/xla/service/cpu/simple_orc_jit.cc +++ b/tensorflow/compiler/xla/service/cpu/simple_orc_jit.cc @@ -47,7 +47,7 @@ namespace cpu { namespace { // A simple SymbolResolver that delegates to the host dynamic linker. -class SimpleResolver : public llvm::JITSymbolResolver { +class SimpleResolver : public llvm::LegacyJITSymbolResolver { public: explicit SimpleResolver(ExternalConstantPool* external_constant_pool) : external_constant_pool_(external_constant_pool) {} -- 2.34.1