mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
gn build: Build ubsan_minimal on Android.
This commit is contained in:
parent
f9d300e866
commit
1f2c61f362
@ -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 += [
|
||||
|
Loading…
Reference in New Issue
Block a user