Build failures:
http://45.33.8.238/macm1/37263/step_4.txt
http://45.33.8.238/win/60034/step_4.txt
deps += [ "//compiler-rt/lib/builtins" ]
}
if (current_os != "baremetal") {
- deps += [
- "//compiler-rt/lib/profile",
- "//compiler-rt/lib/ubsan:ubsan_shared",
- ]
+ deps += [ "//compiler-rt/lib/profile" ]
+ }
+ if (current_os != "win" && current_os != "mac" && current_os != "baremetal") {
+ deps += [ "//compiler-rt/lib/ubsan:ubsan_shared" ]
}
}
":cxx_sources",
":sources",
":standalone_sources",
+ ":version_script",
]
- if (current_os != "mac" && current_os != "win") {
- deps += [ ":version_script" ]
- inputs = [ "$target_gen_dir/ubsan.vers" ]
- ldflags =
- [ "-Wl,--version-script," + rebase_path(inputs[0], root_build_dir) ]
- }
+ inputs = [ "$target_gen_dir/ubsan.vers" ]
+ ldflags = [ "-Wl,--version-script," + rebase_path(inputs[0], root_build_dir) ]
}