DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
[oota-llvm.git] / utils / not / CMakeLists.txt
1 add_llvm_utility(not
2   not.cpp
3   )
4
5 target_link_libraries(not LLVMSupport)