5 "//llvm/lib/CodeGen/AsmPrinter",
6 "//llvm/lib/CodeGen/MIRParser",
7 "//llvm/lib/CodeGen/SelectionDAG",
13 "//llvm/lib/Target:TargetsToBuild",
14 "//llvm/lib/Transforms/Scalar",
15 "//llvm/lib/Transforms/Utils",
16 "//llvm/lib/Transforms/Vectorize",
23 # FIXME: Disable dead stripping once other binaries are dead-stripped.
24 if (host_os != "mac" && host_os != "win") {
25 # Corresponds to export_executable_symbols() in cmake.
26 ldflags = [ "-rdynamic" ]