• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMInterfaceStub
2  ELFObjHandler.cpp
3  IFSHandler.cpp
4  IFSStub.cpp
5
6  LINK_COMPONENTS
7  BinaryFormat
8  MC
9  Object
10  Support
11  TargetParser
12)
13