summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Signals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Submitted by Casey Carter:Chris Lattner2002-09-131-2/+4
| | | | | | | | ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in lib/Support/Signals.cpp. ACTION: Wrap the use with a #ifdef SIGEMT / #endif. llvm-svn: 3700
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-4/+5
| | | | llvm-svn: 2791
* Add new api for basic signal handling for toolsChris Lattner2002-04-181-0/+53
llvm-svn: 2302
OpenPOWER on IntegriCloud