aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/CMakeLists.txt
blob: 2c508ca9fae95e7abf4d4c96f7c7326a7e406536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
add_llvm_component_library(LLVMBitWriter
  BitWriter.cpp
  BitcodeWriter.cpp
  BitcodeWriterPass.cpp
  ValueEnumerator.cpp

  DEPENDS
  intrinsics_gen

  LINK_COMPONENTS
  Analysis
  Core
  MC
  Object
  ProfileData
  Support
  TargetParser
  )