Do not set -fsjlj-exceptions locally for Windows

Bug: http://b/116784799

This is set globally for all 32-bit Windows compilations in build/soong.

Test: go/android-llvm-windows-testing
Change-Id: I0ff6c21942929e92f790ee7dbcfad00309a7aec6
This commit is contained in:
Pirama Arumuga Nainar
2020-09-09 17:53:06 -07:00
parent 1e384a12b1
commit 9057c2f748

View File

@@ -42,11 +42,6 @@ cc_defaults {
"-UWIN32_LEAN_AND_MEAN",
],
},
windows_x86: {
cflags: [
"-fsjlj-exceptions",
],
},
},
}