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