Skip to content

ci: add linker flags to clang-asan#17773

Merged
mattklein123 merged 1 commit intoenvoyproxy:mainfrom
Augustyniak:add-link-flags
Aug 19, 2021
Merged

ci: add linker flags to clang-asan#17773
mattklein123 merged 1 commit intoenvoyproxy:mainfrom
Augustyniak:add-link-flags

Conversation

@Augustyniak
Copy link
Contributor

Commit Message: Add additional linker clang to clang-asan
Additional Description: In EnvoyMobile repo we needed to add these linker flags since without them clang-asan job was
failing with the following error: ld.lld: error: undefined symbol: __muloti4. See this Envoy Mobile PR for more details. We worked around this error by adding the flags in .bazelrc file in EnvoyMobile repo and want to move them to the upstream now.
Risk Level: Small (used by CI only)
Testing: Already implemented and tested in Envoy-Mobile repo.
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@mattklein123 mattklein123 merged commit 663e662 into envoyproxy:main Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants