search for: llvm8

Displaying 5 results from an estimated 5 matches for "llvm8".

Did you mean: llvm
2019 Jun 28
2
JIT crashing when compiling source code with Clang and -mretpoline flag
...that file in an old MCJIT implementation I had - there the application crashed when calling the function (but it does find the address for the function first). If I recompile my code without the "-mretpoline" flag, everything works fine again. I compiled Clang and the LLVM files from the LLVM8 source files, I run them under Windows7 64bit. Any ideas what might went wrong? Kind greetings Björn Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Heiko Lampert, Takashi Nagano, T...
2019 Jul 03
2
LLVM Releases
Thank you. > On Jul 3, 2019, at 4:04 AM, Justin Clift <justin at postgresql.org> wrote: > > On 2019-07-01 00:22, Marty Itzkowitz via llvm-dev wrote: >> I also tried spack install llvm at develop on a POWER9 (ppc641e) >> machine, but I can not find a compiler that >> will compile it. gcc 4.8.5 is reported as too old, and gcc 7.3.0 and >> 8.1.0 both fail in
2020 Jun 25
4
ORC error: No callback manager available
Hi LLVM Developers, I have a query about an LLVM error message that I'm encountering and I hope it's appropriate to post to this mailing list about it. Postgres can be built with LLVM-based JIT support. I find that when running on Linux (RHEL8) on IBM Z hardware, using LLVM8+, I'm seeing many instances of the following LLVM error message appearing in the Postgres server log: ORC error: No callback manager available for s390x-ibm-linux (strangely, it otherwise doesn't seem to be causing any problems) Looking through the LLVM source code, it appears that f...
2019 Jul 04
2
LLVM Releases
...rty > > $ mkdir $HOME/local/source > $ cd $HOME/local/source > $ git clone -b release/8.x https://github.com/llvm/llvm-project <https://github.com/llvm/llvm-project> > $ mkdir build > $ cd build > > $ cmake \ > -G Ninja \ > -DCMAKE_INSTALL_PREFIX=/opt/llvm8 \ > -DCMAKE_BUILD_TYPE=Release \ > -DLIBCLANG_BUILD_STATIC=ON \ > -DLLVM_CCACHE_BUILD=ON \ > -DLLVM_CCACHE_DIR=$HOME/local/source/ccache \ > -DLLVM_ENABLE_ASSERTIONS=OFF \ > -DLLVM_ENABLE_LIBCXX=ON \ > -DLLVM_ENABLE_PROJECTS='clang;lld' \ > -DLLVM_OPTIMIZED_T...
2019 May 15
2
AARCH64 Code Size regression between 6/7
I did a bit more poking, using llvm/clang versions 6-8. The IR in all cases appears fundamentally identical. I ran the IR generated by version 6 through llc on all three versions. llc-7/8 produced the extra ADRPs, llc-6 did not. So (to my untrained eyes), the IR is generated the same, it is in the IR->AARCH64 asm pass that the extra instructions are being generated. On Wed, May 15, 2019 at