summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SlowOperationInformer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell2004-01-011-1/+1
| | | | | | | | return value from signal() (which should be the same type; it's just not typedef'd). This fixes the build on Solaris. llvm-svn: 10675
* * Add a new helper progress methodChris Lattner2003-12-311-4/+11
| | | | | | | * Make sure that the user sees the 100% mark * Don't bother printing out X.0%, just print out X% llvm-svn: 10672
* Add missing #includeChris Lattner2003-12-311-0/+1
| | | | llvm-svn: 10669
* New class, useful for command-line interactive programs.Chris Lattner2003-12-311-0/+94
llvm-svn: 10662
OpenPOWER on IntegriCloud