Commit 4a2c633
authored
Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds (#1606)
Since compiler support for this attribute differs, if for example
system libraries compiled with GCC are mixed with libraries compiled
with Clang, types will have different ideas about their ABI.
PiperOrigin-RevId: 6004671461 parent ad73c6d commit 4a2c633
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
853 | 850 | | |
854 | | - | |
855 | 851 | | |
856 | 852 | | |
857 | 853 | | |
| |||
0 commit comments