Home | History | Annotate | Download | only in DebugIR
      1 set(LLVM_LINK_COMPONENTS
      2   Core
      3   Instrumentation
      4   Support
      5   )
      6 
      7 add_llvm_unittest(DebugIRTests
      8   DebugIR.cpp
      9   )
     10