Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Faust opcodes

Date2019-01-21 11:15
Fromebmtranceboy
SubjectRe: [Csnd] Faust opcodes
Indeed, nm libfaustcsound.so | grep " U " | grep "llvm" return a few dozens of lines showing llvmX with X varying from 3 to 36 and

nm libfaustcsound.so | grep " U " | grep "llvm7"

returns:
                 U _ZN4llvm7APFloatC1Ed
                 U _ZN4llvm7APFloatC1Ef
                 U _ZN4llvm7APFloatD1Ev
                 U _ZN4llvm7CmpInst6anchorEv
                 U _ZN4llvm7CmpInstC2EPNS_4TypeENS_11Instruction8OtherOpsENS0_9PredicateEPNS_5ValueES7_RKNS_5TwineEPS3_@@LLVM_7
                 U _ZN4llvm7parseIRENS_15MemoryBufferRefERNS_12SMDiagnosticERNS_11LLVMContextE
                 U _ZN4llvm7PHINode12growOperandsEv@@LLVM_7
                 U _ZTIN4llvm7CmpInstE
                 U _ZTVN4llvm7CmpInstE
                 U _ZTVN4llvm7PHINodeE

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-01-21 11:29
FromVictor Lazzarini
SubjectRe: [Csnd] Faust opcodes
yep, I guess any of these will give you trouble, since I don’t think we’re supposed to link dynamically
to llvm. Any missing llvm symbols should have made it fail on the build stage.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 21 Jan 2019, at 11:15, ebmtranceboy  wrote:
> 
> Indeed, nm libfaustcsound.so | grep " U " | grep "llvm" return a few dozens of lines showing llvmX with X varying from 3 to 36 and
> 
> nm libfaustcsound.so | grep " U " | grep "llvm7"
> 
> returns:
>                 U _ZN4llvm7APFloatC1Ed
>                 U _ZN4llvm7APFloatC1Ef
>                 U _ZN4llvm7APFloatD1Ev
>                 U _ZN4llvm7CmpInst6anchorEv
>                 U _ZN4llvm7CmpInstC2EPNS_4TypeENS_11Instruction8OtherOpsENS0_9PredicateEPNS_5ValueES7_RKNS_5TwineEPS3_@@LLVM_7
>                 U _ZN4llvm7parseIRENS_15MemoryBufferRefERNS_12SMDiagnosticERNS_11LLVMContextE
>                 U _ZN4llvm7PHINode12growOperandsEv@@LLVM_7
>                 U _ZTIN4llvm7CmpInstE
>                 U _ZTVN4llvm7CmpInstE
>                 U _ZTVN4llvm7PHINodeE
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here