Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMSystem |
| 2 | Alarm.cpp |
Owen Anderson | c308c50 | 2009-05-21 00:48:56 +0000 | [diff] [blame] | 3 | Atomic.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 4 | Disassembler.cpp |
| 5 | DynamicLibrary.cpp |
Jeffrey Yasskin | 6f4c705 | 2009-07-01 18:11:20 +0000 | [diff] [blame] | 6 | Errno.cpp |
Oscar Fuentes | b3a19a5 | 2008-10-02 17:39:29 +0000 | [diff] [blame] | 7 | Host.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 8 | IncludeFile.cpp |
| 9 | Memory.cpp |
| 10 | Mutex.cpp |
| 11 | Path.cpp |
| 12 | Process.cpp |
| 13 | Program.cpp |
Douglas Gregor | 42b130d | 2009-06-17 17:01:30 +0000 | [diff] [blame] | 14 | RWMutex.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 15 | Signals.cpp |
Ted Kremenek | 129f8fe | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 16 | ThreadLocal.cpp |
Ted Kremenek | 1f9c6cb | 2009-06-18 17:47:09 +0000 | [diff] [blame] | 17 | Threading.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 18 | TimeValue.cpp |
Douglas Gregor | 660fc73 | 2009-07-27 17:55:55 +0000 | [diff] [blame] | 19 | Unix/Alarm.inc |
| 20 | Unix/Host.inc |
| 21 | Unix/Memory.inc |
| 22 | Unix/Mutex.inc |
| 23 | Unix/Path.inc |
| 24 | Unix/Process.inc |
| 25 | Unix/Program.inc |
| 26 | Unix/RWMutex.inc |
| 27 | Unix/Signals.inc |
| 28 | Unix/ThreadLocal.inc |
| 29 | Unix/TimeValue.inc |
| 30 | Win32/Alarm.inc |
| 31 | Win32/DynamicLibrary.inc |
| 32 | Win32/Host.inc |
| 33 | Win32/Memory.inc |
| 34 | Win32/Mutex.inc |
| 35 | Win32/Path.inc |
| 36 | Win32/Process.inc |
| 37 | Win32/Program.inc |
| 38 | Win32/RWMutex.inc |
| 39 | Win32/Signals.inc |
| 40 | Win32/ThreadLocal.inc |
| 41 | Win32/TimeValue.inc |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 42 | ) |
Oscar Fuentes | 9ce5ee9 | 2008-11-12 20:40:56 +0000 | [diff] [blame] | 43 | |
| 44 | if( BUILD_SHARED_LIBS AND NOT WIN32 ) |
| 45 | target_link_libraries(LLVMSystem dl) |
| 46 | endif() |