Displaying 3 results from an estimated 3 matches for "test_print".
Did you mean:
get_print
2013 Jun 21
0
[LLVMdev] Query regarding CallInst::Create
Hello,
I have been trying to plugin a function into a loop using a LoopPass.
However, I get the error:
> Referencing function in another module!
> %2 = call i32 @test_print()
and eventually a coredump.
Details are as follows:
There is a function called int test_print() {...}
It is being declared in the module using:
> func = mod->getOrInsertFunction("test_print", Type::getInt32Ty(ctx),
> (Type*)0);
> f = cast<Function>(func);
The call...
2000 Feb 01
2
Why Is Printing Such a Problem?
I have Samba 2.0.6.3 (or is it 6.5?) running on a SuSE 6.2 system. I
currently have three Windows 95/98 clients attached to my linux machine,
which is a firewall/gateway to the internet via cable modem.
When I was using Samba 1.-something, I was able to print to the printer on
the linux box from two of the three Windows 95 machines on the network.
Since I upgraded to 2.0.6, I haven't been
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan