mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Update XLA for LLVM r323001
This will require an LLVM version bump PiperOrigin-RevId: 182661291
This commit is contained in:
parent
b3e464e0d6
commit
b239206701
|
|
@ -47,7 +47,7 @@ namespace cpu {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// A simple SymbolResolver that delegates to the host dynamic linker.
|
// A simple SymbolResolver that delegates to the host dynamic linker.
|
||||||
class SimpleResolver : public llvm::JITSymbolResolver {
|
class SimpleResolver : public llvm::LegacyJITSymbolResolver {
|
||||||
public:
|
public:
|
||||||
explicit SimpleResolver(ExternalConstantPool* external_constant_pool)
|
explicit SimpleResolver(ExternalConstantPool* external_constant_pool)
|
||||||
: external_constant_pool_(external_constant_pool) {}
|
: external_constant_pool_(external_constant_pool) {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user