Displaying 4 results from an estimated 4 matches for "tdds".
Did you mean:
adds
2002 Nov 03
2
[LLVMdev] getAnalysis()
I'm having trouble with using getAnalysis() to access the results of one
pass from within another. I require the pass to be previously executed
as follows:
void MyPass::getAnalysisUsage(AnalysisUsage &Info) const {
Info.addRequired<TDDataStructures>();
}
Then I try to use it as follows:
bool MyPass::doInitialization(Module &M) {
TDDataStructures &dsgraph =
2002 Nov 03
0
[LLVMdev] getAnalysis()
...equire the pass to be previously executed
> as follows:
>
> void MyPass::getAnalysisUsage(AnalysisUsage &Info) const {
> Info.addRequired<TDDataStructures>();
> }
Is that the only line you have? There may be some trouble if you also
include a pass that invalidates TDDS before your pass can get to it.
Unfortunately we don't have good diagnostics for this case yet.
> Then I try to use it as follows:
> bool MyPass::doInitialization(Module &M) {
> TDDataStructures &dsgraph = getAnalysis<TDDataStructures>();
> return fals...
2002 Nov 03
1
[LLVMdev] getAnalysis()
...ed
> > as follows:
> >
> > void MyPass::getAnalysisUsage(AnalysisUsage &Info) const {
> > Info.addRequired<TDDataStructures>();
> > }
>
> Is that the only line you have? There may be some trouble if you also
> include a pass that invalidates TDDS before your pass can get to it.
> Unfortunately we don't have good diagnostics for this case yet.
>
> > Then I try to use it as follows:
> > bool MyPass::doInitialization(Module &M) {
> > TDDataStructures &dsgraph = getAnalysis<TDDataStructures>();...
2003 Dec 20
0
X101P + TDM400P
...sed me, although there are some
bugs in this support. It's nice to be able to set up a TDD interactive
response system (right now, I can call my home machine, enter an IP
address, and see my network management view of that machine through my TDD
- which is also nice because lots of places have TDDs connected to pay
phones...) [of course it would be nice if...* had a "TDD" extension that
worked like the FAX extension if it heard TDD tones - especially the
"space" tone] But, I'm *thrilled* that an open source application
includes this functionality.
- PrivacyManager -...