Displaying 5 results from an estimated 5 matches for "dajka".
2019 Feb 05
2
IRBuilder constraints
Hi,
I need to control IRBuilder(or manage IR building with other means) very
strictly. The problem is in the realm of ConstInt/GlobalVariable handling,
more precisely:
LLVM converts llvm::ConstantInt values to GlobalVariable addresses ad-hoc
if I store a constant in a GlobalVariable, and it appears to me, that I can
do nothing about it. Consider the following, shortened code:
...
0x18: r2 =
2019 Jan 14
2
Metadata/DebugInfo in *.ll file
Generally, a good strategy is to look at what Clang generates for similar code and mimic that in your IR generator.
-- adrian
2019 Jan 14
2
Metadata/DebugInfo in *.ll file
Hi list,
I found relevant documentation regarding DebugInfo creation in the LLVM IR
bytecode. It can be done for compileunits, functions, and other constructs,
with the help of DIBuilder class. However I can't save debug information
related to individual llvm::Instructions. I tried DebugLoc, DILocation
setting directly with setMetadata(). I tried other ways, for e.g.:
2019 Jun 12
2
IRBuilder input debug
...OR: Broken function found, compilation aborted!"
This description is too losely specified for me to know, where the causing
code is located. Getting 20 lines instead of 2 would help. Getting
additional info of the broken function could also help. How can this be
solved?
Best regards,
Norbert Dajka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190612/edd2a4ec/attachment.html>
2011 Feb 08
2
Call files error
Hi All,
I'm having some troubles with using call files.
I'm trying to establish the following:
- want to use call files to connect two (outside) extensions
- want to use the outbound routes set in FreePBX
- want to set the outgoing callerid for both calls
- want to set a custom CDR field in MySQL ( field name 'azonosito' )
Asterisk is version 1.8.2.3 with freepbx 2.8.1.
What