|
Ran
|
Jobs
1
|
Files
519
|
Run time
2min
|
Badge
README BADGES
|
push
github
cmake: fix LTO build on Fedora This patch is a follow-up to the commit 25af976f5 ("build: support cmake 4.0"). Since version 3.4, CMake doesn't add flags to export symbols from executables without the ENABLE_EXPORTS target property, see CMP0065 [1] for details. Without this property, some unit C tests produce build warnings with LTO optimization enabled (for example, on Fedora 39): NO_WRAP ``` [ 72%] Linking CXX executable luaT_tuple_new.test In function ‘rmean_collect’, inlined from ‘txn_complete_success’ at src/box/txn.c:836:2, inlined from ‘txn_limbo_complete’ at src/box/txn_limbo.c:205:3: src/lib/core/rmean.c:65:9: error: ‘__atomic_add_fetch_8’ writing 8 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=] 65 | __atomic_add_fetch(&rmean->stats[name].value[0], value, __ATOMIC_RELAXED); | ^ In function ‘txn_limbo_complete’: lto1: note: destination object is likely at address zero ``` NO_WRAP The real reason should be investigated in the scope of #11517. The compilation warning may be suppressed, but it may also mask the actual problems in the future tests. The CMP0065 is removed from CMake version 4.0 [2]. Thus, this patch fixes the behaviour by setting the property `ENABLE_EXPORTS` for unit tests directly. [1]: https://cmake.org/cmake/help/latest/policy/CMP0065.html [2]: https://cmake.org/cmake/help/latest/manual/cmake-policies.7.html#policies-introduced-by-cmake-3-4-removed-by-cmake-4-0 NO_DOC=build NO_TEST=build NO_CHANGELOG=build
70454 of 124145 branches covered (56.75%)
103591 of 118362 relevant lines covered (87.52%)
2785528.47 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
96.13 |
-0.19% | src/box/relay.cc |
| 1 |
92.49 |
-0.04% | src/box/vinyl.c |
| 1 |
87.44 |
-0.07% | src/box/vy_run.c |
| 1 |
89.09 |
-1.82% | src/box/xlog.h |
| 1 |
93.13 |
0.2% | src/lib/core/fiber.c |
| 1 |
97.15 |
0.1% | src/lib/msgpuck/msgpuck.h |
| 1 |
91.68 |
0.0% | src/lib/swim/swim.c |
| 1 |
97.39 |
-0.02% | src/lib/vclock/vclock.c |
| 2 |
91.44 |
0.53% | src/box/box.cc |
| 2 |
95.84 |
-0.11% | src/box/iproto.cc |
| 2 |
89.25 |
-0.12% | src/box/xrow.c |
| 2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
| 3 |
84.62 |
0.19% | src/box/xlog.c |
| 3 |
22.66 |
-0.06% | src/lib/uri/uri_parser.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15155796901.1 | 519 |
87.52 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|