diff options
Diffstat (limited to 'lib/Module')
-rw-r--r-- | lib/Module/KModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/KModule.cpp b/lib/Module/KModule.cpp index eae1d2a9..78ecf4d1 100644 --- a/lib/Module/KModule.cpp +++ b/lib/Module/KModule.cpp @@ -282,7 +282,7 @@ void KModule::prepare(const Interpreter::ModuleOptions &opts, // this to be linked in, it makes low level debugging much more // annoying. llvm::sys::Path path(opts.LibraryDir); - path.appendComponent("libintrinsic.bca"); + path.appendComponent("libkleeRuntimeIntrinsic.bca"); module = linkWithLibrary(module, path.c_str()); // Needs to happen after linking (since ctors/dtors can be modified) |