search for: _zn1ad1ev

Displaying 3 results from an estimated 3 matches for "_zn1ad1ev".

2010 Feb 11
2
LinkingTo and C++
...ACKAGE = "B") } With this I can compile A and B, but then I get : $ Rscript -e "B::g()" Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/usr/local/lib/R/library/B/libs/B.so': /usr/local/lib/R/library/B/libs/B.so: undefined symbol: _ZN1AD1Ev Calls: :: ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> If I then add a Makevars in B with this : # find the root directory where A is installed ADIR=$(shell $(R_HOME)/bin/Rscript -e "cat(system.file(package='A'))" ) PKG_LIBS= $(ADIR)/libs/A$(DYLIB_...
2010 Dec 01
10
[LLVMdev] RFC: Exception Handling Proposal Revised
...d label %b.dtor invcont2: invoke void @_Z3foov() to label %bb1 unwind label %c.dtor bb1: invoke void @_ZN1CD1Ev(%struct.C* %c) to label %bb2 unwind label %b.dtor bb2: invoke void @_ZN1BD1Ev(%struct.B* %b) to label %bb3 unwind label %a.dtor bb3: invoke void @_ZN1AD1Ev(%struct.A* %a) to label %return unwind label %catch.handlers return: ret void ;; Catch Handlers catch.handlers: landingpad %eh_ptr = call i8* @llvm.eh.exception() dispatch resume to label %... catches [ %struct.__fundamental_type_info_pseudo* @_ZTIi, label %ch.int...
2010 Dec 01
8
[LLVMdev] Alternative exception handling proposal
...to label %"8" unwind label %lpad25 personality @__gxx_personality_v0 catches %struct.__fundamental_type_info_pseudo* @_ZTIi, %struct.__pointer_type_info_pseudo* @_ZTIPKc, i8* null "8": ; preds = %"7" invoke void @_ZN1AD1Ev(%struct.A* %memtmp2) to label %return unwind label %lpad personality @__gxx_personality_v0 catches %struct.__fundamental_type_info_pseudo* @_ZTIi, %struct.__pointer_type_info_pseudo* @_ZTIPKc, i8* null "10": ; preds = %"5&quot...