Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISDNode...
[oota-llvm.git] / utils / yaml2obj / CMakeLists.txt
1 add_llvm_utility(yaml2obj
2   yaml2obj.cpp
3   )
4
5 target_link_libraries(yaml2obj LLVMSupport)