Commit 4ef102a
Add -fno-exceptions to clang flags when building coverage.cc
Also add -fno-rtti just in case, even though it's not strictly necessary.
Without this, attempting to link the compiled object file with `clang` will
result in an `undefined reference to `__gxx_personality_v0'` error.
PiperOrigin-RevId: 8161224221 parent d331f3c commit 4ef102a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
443 | 445 | | |
444 | 446 | | |
445 | 447 | | |
| |||
0 commit comments