[x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
[oota-llvm.git] / unittests / Transforms / DebugIR / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Instrumentation
4   Support
5   )
6
7 add_llvm_unittest(DebugIRTests
8   DebugIR.cpp
9   )