1executable("yaml2obj") { 2 deps = [ 3 "//llvm/lib/ObjectYAML", 4 "//llvm/lib/Support", 5 ] 6 sources = [ "yaml2obj.cpp" ] 7} 8