similar to: [LLVMdev] CMake compilation problem + patch

Displaying 20 results from an estimated 11000 matches similar to: "[LLVMdev] CMake compilation problem + patch"

2008 Dec 19
1
[LLVMdev] [PATCH] Serializing a module to a memory location
Hi, I had to serialize a module to a memory location but I couldn't find a way to do that with the current API. The attached patch adds a function doing that. Cheers, Lukasz -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-bitstream-writer.patch Type: application/octet-stream Size: 2913 bytes Desc: not available URL:
2011 May 06
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
Hello all, I am a LLVM newer who want to add a new backend(EBC) into LLVM. After coping the related files from another target and modifying it, I meet a problem when I build the project. The error message is as follows: ================================================================ [ 94%] Built target llvm-dis Linking CXX executable ../../bin/llvm-mc Undefined symbols:
2012 Jun 20
0
[LLVMdev] Build llvm/clang with cmake vs configure produces different set of artifacts
Hi, In another post I was trying to find out how to use libc++ instead of libstdc++ when compiling llvm/clang. I couldnt find the a way to tell cmake to do that. So I switched to using configure to compile llvm/clang. But now I find that the artifacts produced are different. Here are the issues I see: - configure doesnt seem to respect '--prefix' option, it just puts
2006 Mar 22
5
[LLVMdev] Circular dependencies
On Tue, 21 Mar 2006, Reid Spencer wrote: > About the only thing I can suggest are: > > 1. Combine LLVMSparc*.o into one LLVMSparc.a. That work is already > happening with the new Sparc backend that is being developed. Should be > out in 1.7 (Chris?) I wouldn't worry about the SparcV9 backend for your project. > 2. Combine the JIT/Interpreter/ExecutionEngine into one .a
2017 Oct 25
1
Migrating samba AD DC from 4.1.0 to 4.7.0 and dns backend change
On 25/10/17 13:22, lingpanda101 wrote: > On 10/25/2017 6:22 AM, Lukasz Zalewski via samba wrote: >> Hi, >> We are in the process of migrating our samba AD >> (4.1.0pre1-GIT-6be458d) to the latest 4.7.0 release. In the process we >> want to switch from the BIND_DLZ to the internal dns server. >> >> I have done some experiments in our test environment and
2016 Sep 08
0
Migrating samba4 dc from an instance with static/external dns to a fresh install with dynamic/internal dns
On Thu, 8 Sep 2016 11:45:37 +0000 Lukasz Zalewski via samba <samba at lists.samba.org> wrote: > > > On 8 Sep 2016, at 14:04, Rowland Penny via samba > > <samba at lists.samba.org> wrote: > > > > On Thu, 8 Sep 2016 10:50:20 +0000 > > Lukasz Zalewski via samba <samba at lists.samba.org> wrote: > > > >> > >>> On 8 Sep
2003 Mar 04
0
smaba 3.0 - domain groups : OS info
I dont think its a OS problem, Im using suse 8.1. If you log into the windows box as root you can see the groups and the users in the groups. Any other user including domain admins can not. This would indicate that there is a problem with samba, either with ACLs accessing group information or passing group/user information from the system to a smbd process owned by a user other than root.
2015 Dec 01
4
difference with autotools, cmake and ninja building methods
2015-12-01 1:20 GMT+08:00 Chris Bieneman <beanz at apple.com>: > > On Nov 29, 2015, at 9:09 PM, 慕冬亮 <mudongliangabcd at gmail.com> wrote: > > 2015-11-30 12:58 GMT+08:00 Chris Bieneman <beanz at apple.com>: > > The autotools build system is officially deprecated and will be removed in a > future release. > > CMake is the recommended configuration system,
2016 Sep 08
2
Migrating samba4 dc from an instance with static/external dns to a fresh install with dynamic/internal dns
> On 8 Sep 2016, at 14:04, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Thu, 8 Sep 2016 10:50:20 +0000 > Lukasz Zalewski via samba <samba at lists.samba.org> wrote: > >> >>> On 8 Sep 2016, at 11:34, Rowland Penny via samba >>> <samba at lists.samba.org> wrote: >>> >>> On Thu, 8 Sep 2016 07:19:34
2006 Mar 21
2
[LLVMdev] Circular dependencies
Reid added some nice inter-library dependency data to utils/llvm- config/LibDeps.txt. There are three sets of circular dependencies between LLVM libraries. If you use any library from one of these sets, you may need to pull in the rest: LLVMCodeGen.o LLVMSelectionDAG.o libLLVMAnalysis.a libLLVMTarget.a libLLVMTransformUtils.a libLLVMipa.a LLVMSparcV9.o LLVMSparcV9InstrSched.o
2019 Jun 21
4
Memory overflow during cmake/ninja build
I'm trying to do a simple build from the git 8.0.0 sources. The sources seem to build OK but a link step fails from running out of memory. I need some clues how to figure out where the bottleneck might be. The cmake command is: cmake -G Ninja                                          \     -DLLVM_TARGETS_TO_BUILD=X86                         \    
2006 Mar 22
0
[LLVMdev] Circular dependencies
Hi Eric, Its definitely amusing :) About the only thing I can suggest are: 1. Combine LLVMSparc*.o into one LLVMSparc.a. That work is already happening with the new Sparc backend that is being developed. Should be out in 1.7 (Chris?) 2. Combine the JIT/Interpreter/ExecutionEngine into one .a I don't know enough about the codegen/target/analysis/ipa stuff to be able to make any
2015 May 28
0
Seeking advice about ISDN BRI Cards
Thank you all for valuable input, another question: when do I actually need the echo cancellation (hardware / on board /on module ) ? Lukasz On 26/05/15 11:17, Lukasz Sokol wrote: > Hi, > please whoever has some expertise in choice of BRI ISDN cards, > please restore my faith in community support :) > > (on private email I can probably explain more than fits for a public
2016 Sep 08
0
Migrating samba4 dc from an instance with static/external dns to a fresh install with dynamic/internal dns
On Thu, 8 Sep 2016 10:50:20 +0000 Lukasz Zalewski via samba <samba at lists.samba.org> wrote: > > > On 8 Sep 2016, at 11:34, Rowland Penny via samba > > <samba at lists.samba.org> wrote: > > > > On Thu, 8 Sep 2016 07:19:34 +0000 > > Lukasz Zalewski via samba <samba at lists.samba.org> wrote: > > > >> Dear list, > >>
2006 Mar 22
0
[LLVMdev] Circular dependencies
On Mar 21, 2006, at 11:23 PM, Chris Lattner wrote: >>> LLVMCodeGen.o LLVMSelectionDAG.o libLLVMAnalysis.a >>> libLLVMTarget.a >>> libLLVMTransformUtils.a libLLVMipa.a > > CodeGen should depend on Target, but not the other way around. > LLVMIPA should depend on LLVMAnalysis, but certainly nothing in the > list should depend on LLVMIPA. If you knew
2009 Oct 25
1
Asterisk-stat! - help needed (once again due to mailserver problem)
Dear all, I'm trying to install Asterisk-stat (ASTERISK CDR ANALYSER) following: http://www.voip-info.org/wiki/index.php?page=Asterisk+CDR+Areski+GUI however it fails to run properly - lots of lines like: **Notice**: Undefined variable: s in */home/lukasz/DATA/www/asterisk-stat/cdr.php* on line *26* **Notice**: Undefined variable: t in */home/lukasz/DATA/www/asterisk-stat/cdr.php* on line
2009 Jul 28
3
CIsco 7960 + asterisk: hepl needed
Dear All, I'm trying to configure my new phone Cisco 7960 to work with asterisk. I followed http://www.asteriskguru.com/tutorials/cisco_7960_ip_phone_configuration.html and I got into the point where I can see on the the display line indication showing "55 <phone icon with x>" so it looks like the phone is not registered. The phone and the asterisk are in the same local
2016 Sep 08
2
Migrating samba4 dc from an instance with static/external dns to a fresh install with dynamic/internal dns
> On 8 Sep 2016, at 11:34, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Thu, 8 Sep 2016 07:19:34 +0000 > Lukasz Zalewski via samba <samba at lists.samba.org> wrote: > >> Dear list, >> >> I want to migrate our existing samba4 dc with a static/external dns >> backend, to a new install with internal dynamic dns backend.
2006 Apr 14
1
[LLVMdev] Re: standalone llvm
On Fri, 14 Apr 2006 04:05:10 +0200 Oscar Fuentes <oscarfv at telefonica.net> wrote: > > This indicates that the JIT is not working and your code is being > interpreted. I don't know about "llvm-config --libs jit" you are using > but I would try adding LLVMJIT.o to your link command the same way you > do with LLVMInterpreter.o Actually if I _remove_ those other
2006 Mar 22
0
[LLVMdev] Circular dependencies
Okay, its not that simple. Several files in Transforms/Utils depend on things in lib/Analysis. A quick grep shows: BreakCriticalEdges.cpp:#include "llvm/Analysis/Dominators.h" BreakCriticalEdges.cpp:#include "llvm/Analysis/LoopInfo.h" CloneTrace.cpp:#include "llvm/Analysis/Trace.h" CodeExtractor.cpp:#include "llvm/Analysis/Dominators.h"