search for: llvm_8

Displaying 4 results from an estimated 4 matches for "llvm_8".

Did you mean: llvm_
2020 Jan 11
2
Unresolved dependencies when upgrade on centOS 8
...l(rate_control_send_low) = 0x3f7dc196 needed by kmod-iwlegacy-0.0-2.el8_1.elrepo.x86_64 Problem 2: cannot install the best update candidate for package qt-creator-4.9.2-3.el8.x86_64 - nothing provides libLLVM-8.so()(64bit) needed by qt-creator-4.9.2-4.el8.x86_64 - nothing provides libLLVM-8.so(LLVM_8)(64bit) needed by qt-creator-4.9.2-4.el8.x86_64 - nothing provides libclang.so.8()(64bit) needed by qt-creator-4.9.2-4.el8.x86_64 - nothing provides libclang.so.8(LLVM_8)(64bit) needed by qt-creator-4.9.2-4.el8.x86_64 - nothing provides libclangBasic.so.8()(64bit) needed by qt-creator-4.9.2-4...
2019 Aug 14
2
"Export ordinal too large" when linking LLVM.dll with MinGW64
...llvm.org> wrote: > Update: looks like the the problem was that the cmake script in > tools/llvm-shlib was set to export all symbols instead of just the C > symbols, and those are way too many (max is 65535). > > Changing tools\llvm-shlib\simple_version_script.map.in to read "LLVM_8 > { global: LLVM*; local: *; };" fixed it for me and now I have a dll. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part ---------...
2019 Jun 21
2
"Export ordinal too large" when linking LLVM.dll with MinGW64
Hi, Trying to build llvm.dll (8.0.0) with mingw64 (gcc 8.1.0) using cmake. After linking for hours and consuming some 7GB of RAM, ld.exe finally bails out with: X:/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Error: export ordinal too large: 283482 The command I used is: cmake \ -DLLVM_TARGETS_TO_BUILD=X86 \ -DCMAKE_BUILD_TYPE=Debug \
2019 Jun 08
2
Help Building LLVM for Android
Hey Guys, I'm working on a project in Android related to System-level Audio DSP Effects for Tuning Android Audio. I want to leverage Faust ( https://faust.grame.fr/) to allow users to program their own filters. Faust provides a libfaust implementation which includes a JIT Compiler which leverages LLVM and seems to be the best path for me to use. Unfortunately I'm having problems