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:
@@ -42,11 +42,6 @@ cc_defaults {
|
|||||||
"-UWIN32_LEAN_AND_MEAN",
|
"-UWIN32_LEAN_AND_MEAN",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
windows_x86: {
|
|
||||||
cflags: [
|
|
||||||
"-fsjlj-exceptions",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user