Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Rectify include paths (automated) | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2016-10-11 | Fix a new compilation warning with broken-mulodi i386 clang builds. :( | Nick Mathewson | |
2016-05-20 | Whoops. We use -Wmussing-prototypes. | Nick Mathewson | |
2016-05-18 | Add __mulodi4 source to src/ext | Nick Mathewson | |
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). |