1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

gn build: Build ubsan_minimal on Android.

This commit is contained in:
Peter Collingbourne 2021-06-23 19:25:01 -07:00
parent f9d300e866
commit 1f2c61f362

View File

@ -1,10 +1,10 @@
group("lib") {
deps = [ "//compiler-rt/lib/profile" ]
if (current_os == "linux") {
deps += [
"//compiler-rt/lib/msan",
"//compiler-rt/lib/ubsan_minimal",
]
deps += [ "//compiler-rt/lib/msan" ]
}
if (current_os == "linux" || current_os == "android") {
deps += [ "//compiler-rt/lib/ubsan_minimal" ]
}
if (current_os != "win") {
deps += [