14 lines
328 B
Text
14 lines
328 B
Text
// BugpointPasses module for the host
|
|
// =====================================================
|
|
|
|
cc_library_host_shared {
|
|
name: "BugpointPasses",
|
|
defaults: ["llvm-defaults"],
|
|
srcs: ["TestPasses.cpp"],
|
|
allow_undefined_symbols: true,
|
|
target: {
|
|
windows: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|