diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-18 09:41:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-18 09:44:01 -0400 |
commit | 33034600c250068cb1c413ddf9dba894f8ca6182 (patch) | |
tree | d1c81a58d9e645e4688790ff99f34305294c2b1b /configure.ac | |
parent | 159ea7a88f31aee2f84cf964c0d0000a5bd98970 (diff) | |
download | tor-33034600c250068cb1c413ddf9dba894f8ca6182.tar.gz tor-33034600c250068cb1c413ddf9dba894f8ca6182.zip |
Add __mulodi4 source to src/ext
We need to define this function when compiling with clang -m32 -ftrapv,
since otherwise we get link errors, since apparently some versions
of libclang_rt.builtins don't define a version of it that works? Or
clang doesn't know to look for it?
This definition is taken from the LLVM source at
https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/builtins/mulodi4.c
I've also included the license (dual BSD-ish/MIT-ish).
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions