You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
We could see that the private symbol .str.2is in the compilation file.
If you dump all fragments using the following command, you will find the .str.2is not referenced by any functions/variables. Therefore, the .str.2should not be emitted into the compilation file.
$ pstore-dump -all-fragments clang.db
The text was updated successfully, but these errors were encountered:
paulhuggett
changed the title
Unreferenced GOs are emitted into the repo object file during the first time build.
Unreferenced GOs are emitted into the repo object file during the first build.
Oct 23, 2019
paulhuggett
changed the title
Unreferenced GOs are emitted into the repo object file during the first build.
Unreferenced GOs are emitted during the first build.
Oct 24, 2019
This is spin-off from issue #55 (“Discarded GOs are emitted during the second build”).
A source file test.cpp:
Compile 'test.cpp' targeted on repo and dump all compilations:
We could see that the private symbol
.str.2
is in the compilation file.If you dump all fragments using the following command, you will find the
.str.2
is not referenced by any functions/variables. Therefore, the.str.2
should not be emitted into the compilation file.The text was updated successfully, but these errors were encountered: