~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/lib/Support/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
add_llvm_library(LLVMSupport
2
 
  APFloat.cpp
3
 
  APInt.cpp
4
 
  APSInt.cpp
5
 
  Allocator.cpp
6
 
  circular_raw_ostream.cpp
7
 
  CommandLine.cpp
8
 
  ConstantRange.cpp
9
 
  CrashRecoveryContext.cpp
10
 
  Debug.cpp
11
 
  DeltaAlgorithm.cpp
12
 
  DAGDeltaAlgorithm.cpp
13
 
  Dwarf.cpp
14
 
  ErrorHandling.cpp
15
 
  FileUtilities.cpp
16
 
  FoldingSet.cpp
17
 
  FormattedStream.cpp
18
 
  GraphWriter.cpp
19
 
  IsInf.cpp
20
 
  IsNAN.cpp
21
 
  ManagedStatic.cpp
22
 
  MemoryBuffer.cpp
23
 
  MemoryObject.cpp
24
 
  PluginLoader.cpp
25
 
  PrettyStackTrace.cpp
26
 
  Regex.cpp
27
 
  SmallPtrSet.cpp
28
 
  SmallVector.cpp
29
 
  SourceMgr.cpp
30
 
  Statistic.cpp
31
 
  StringExtras.cpp
32
 
  StringMap.cpp
33
 
  StringPool.cpp
34
 
  StringRef.cpp
35
 
  SystemUtils.cpp
36
 
  TargetRegistry.cpp
37
 
  Timer.cpp
38
 
  Triple.cpp
39
 
  Twine.cpp
40
 
  raw_os_ostream.cpp
41
 
  raw_ostream.cpp
42
 
  regcomp.c
43
 
  regerror.c
44
 
  regexec.c
45
 
  regfree.c
46
 
  regstrlcpy.c
47
 
  )
48
 
 
49
 
target_link_libraries (LLVMSupport LLVMSystem)