1// BugpointPasses module for the host 2// ===================================================== 3 4cc_library_host_shared { 5 name: "BugpointPasses", 6 defaults: ["llvm-defaults"], 7 srcs: ["TestPasses.cpp"], 8 allow_undefined_symbols: true, 9 target: { 10 windows: { 11 enabled: false, 12 }, 13 }, 14} 15