Displaying 17 results from an estimated 17 matches for "srcname".
Did you mean:
src_name
2016 Mar 23
2
Help with pass manager
...creates an object (or assembly) file from an IR module.
It compiles without any problems. But program crashes when it reaches add() method of the pass manager.
Can you help me figuring out what’s the problem please? here is my function
int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
SMDiagnostic error;
Triple moduletriple = Triple(module->getTargetTriple());
if (moduletriple.getTriple().empty())
moduletriple.setTriple(sys::getDefaultTargetTriple());
std::string lookuperror;
const Target *moduletarget =...
2016 Mar 24
2
Help with pass manager
...IR module.
>> It compiles without any problems. But program crashes when it reaches add() method of the pass manager.
>> Can you help me figuring out what’s the problem please? here is my function
>>
>>
>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>> SMDiagnostic error;
>> Triple moduletriple = Triple(module->getTargetTriple());
>>
>> if (moduletriple.getTriple().empty())
>> moduletriple.setTriple(sys::getDefaultTargetTriple());
>>
>>...
2016 Mar 24
0
Help with pass manager
...embly) file from an IR module.
> It compiles without any problems. But program crashes when it reaches add() method of the pass manager.
> Can you help me figuring out what’s the problem please? here is my function
>
>
> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
> SMDiagnostic error;
> Triple moduletriple = Triple(module->getTargetTriple());
>
> if (moduletriple.getTriple().empty())
> moduletriple.setTriple(sys::getDefaultTargetTriple());
>
> std::string lookuperro...
2016 Mar 24
2
Help with pass manager
...without any problems. But program crashes when it reaches add() method of the pass manager.
>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>
>>>>
>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>> SMDiagnostic error;
>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>
>>>> if (moduletriple.getTriple().empty())
>>>> moduletriple.setTriple(sys::getDefau...
2016 Mar 24
0
Help with pass manager
...gt; It compiles without any problems. But program crashes when it reaches add() method of the pass manager.
>>> Can you help me figuring out what’s the problem please? here is my function
>>>
>>>
>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>> SMDiagnostic error;
>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>
>>> if (moduletriple.getTriple().empty())
>>> moduletriple.setTriple(sys::getDefaultTargetTriple());
&...
2016 Mar 24
2
Help with pass manager
...m crashes when it reaches add() method of the pass manager.
>>>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>>
>>>>>>
>>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>>> SMDiagnostic error;
>>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>>
>>>>>> if (moduletriple.getTriple().empty())
>>>>>>...
2016 Mar 24
0
Help with pass manager
...lems. But program crashes when it reaches add() method of the pass manager.
>>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>
>>>>>
>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>> SMDiagnostic error;
>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>
>>>>> if (moduletriple.getTriple().empty())
>>>>> moduletriple.set...
2016 Mar 24
2
Help with pass manager
...method of the pass manager.
>>>>>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>>>>
>>>>>>>>
>>>>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>>>>> SMDiagnostic error;
>>>>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>>>>
>>>>>>>> if (moduletriple.getTriple().empty(...
2016 Mar 24
0
Help with pass manager
...t reaches add() method of the pass manager.
>>>>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>>>
>>>>>>>
>>>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>>>> SMDiagnostic error;
>>>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>>>
>>>>>>> if (moduletriple.getTriple().empty())
>>>&...
2016 Mar 24
0
Help with pass manager
...ss manager.
>>>>>>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>>>>>> SMDiagnostic error;
>>>>>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>>>>>
>>>>>>>>> if (moduletriple.ge...
2016 Mar 24
2
Help with pass manager
...>>>>>>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>>>>>>> SMDiagnostic error;
>>>>>>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>>>>>>
>>>>>>>>>> if...
2016 Mar 24
0
Help with pass manager
...>>>>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>>>>>>>> SMDiagnostic error;
>>>>>>>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>>>>>>>
>>>>>>>>>...
2016 Mar 30
1
Help with pass manager
...>>> Can you help me figuring out what’s the problem please? here is my function
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> int moduleToObjectFile(llvm::Module *module, std::string &srcname, llvm::LLVMContext &Context) {
>>>>>>>>>>>> SMDiagnostic error;
>>>>>>>>>>>> Triple moduletriple = Triple(module->getTargetTriple());
>>>>>>>>>>>>
>>>>>>...
2005 Nov 21
3
PNG-import into R
Hi there
I'm looking for a function to read PNG-bitmap-images from a file into R.
I only found:
- the pixmap-package which cannot import png or similar formats
- the rimage-package which can only import lossy jpeg-images (the
convertion from png to jpeg modifies the data!)
Is there any possibility to read PNG-files?
Thanks for any help
Dominic Sydler
2013 May 07
2
Asterisk and hylafax: how to debug ...
Hi,
I hope you might give me some hints on how to find where my
configuration is wrong, I am new to Asterisk and do not know, how to
find the problem.
Running Asterisk (version: 1.8.13.1~dfsg-3) on Debian Wheezy. On the
same maschine: Hylafax fax server. I want hylafax to use t38modem (a
virtual T.38 modem) for sending faxes. t38modem schould connect to
asterisk on the same host.
If hylafax
2009 Dec 04
2
[ggplot2] Wind rose orientation
Aloha all,
I love using ggplot. It took a while to get used to the grammar of
graphics, but it is starting to get easy now that I am thinking in a
more structured way.
A question. I'm making a wind rose that I'd like to be oriented with
due north straight up. I've discovered that the orientation is
sensitive to how north is represented. When north is represented as
0,
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*