-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect string-merge results when code is compiled with clang #180
Comments
I cannot see the wrong output, what happens to be is
Do we speak about the same issue? |
Interesting. I still get output even under valgrind:
I just tried running in the OpenSUSE docker image and the test there didn't pass linker-diff validation:
We don't do anything special for |
When
program_name_29___cpp_integration_cc__
is compiled withclang
rather thangcc
, it fails. Apparently all the merged strings end up as the stringELF
. See #140. We should probably first add an option to allow overriding the compiler - i.e. #179.The text was updated successfully, but these errors were encountered: