commit | 7c0c78eca053b82d7b14408315789309f5966437 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Sat Dec 03 00:08:14 2011 +0800 |
committer | Logan Chien <loganchien@google.com> | Sat Dec 03 00:15:36 2011 +0800 |
tree | 0d07c7120ffafcacfd0c8488f4ceb0fda50cf5f3 | |
parent | 7fd46c9a0b409ffed209da32736f857190972df7 [diff] [blame] |
Fix MIPS compiler utils runtime table. Change-Id: I97add4fb97ec4a42a0222cbe6740910834a316b2
diff --git a/lib/ExecutionEngine/Runtime.def b/lib/ExecutionEngine/Runtime.def index e15aa11..18e8602 100644 --- a/lib/ExecutionEngine/Runtime.def +++ b/lib/ExecutionEngine/Runtime.def
@@ -96,6 +96,9 @@ #ifndef ANDROID // has one in bionic DEF_LLVM_RUNTIME(__ashrdi3) #endif +#if defined(__mips__) + DEF_GENERIC_RUNTIME(__ashrdi3) +#endif #ifdef USE_VFP_RUNTIME // DEF_GENERIC_RUNTIME(__bswapdi2)