Skip to content
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

feat: add linkopts property #678

Merged
merged 1 commit into from
Oct 31, 2023
Merged

feat: add linkopts property #678

merged 1 commit into from
Oct 31, 2023

Conversation

birunts
Copy link
Collaborator

@birunts birunts commented Oct 31, 2023

Strict modules now have linkopts property to provide additional linker options. For Linux all options are placed at the end of linker command. For Android
linker options are transitioned to module's
ldflags property.

Change-Id: Ie5daecc23f52671942210cbf37c6484add8a730c

Strict modules now have `linkopts` property to provide
additional linker options. For Linux all options are
placed at the end of linker command. For Android
linker options are transitioned to module's
`ldflags` property.

Signed-off-by: Sebastian Birunt <sebastian.birunt@arm.com>
Change-Id: Ie5daecc23f52671942210cbf37c6484add8a730c
Copy link

LCOV of commit b057e09 during CI #519

Summary coverage rate:
  lines......: 34.8% (4588 of 13191 lines)
  functions..: no data found
  branches...: 62.0% (556 of 897 branches)

Files changed coverage rate:
                                                 |Lines       |Functions  |Branches    
  Filename                                       |Rate     Num|Rate    Num|Rate     Num
  =====================================================================================
  core/androidbp_cclibs.go                       | 3.0%    607|    -     0|    -      0
  core/flag/flag.go                              |75.7%     70|    -     0|    -      0
  core/linux_cclibs.go                           | 0.6%    498|    -     0|    -      0
  core/strict_binary.go                          | 0.0%     44|    -     0|    -      0
  core/strict_library.go                         | 0.0%    257|    -     0|    -      0

@lukokr-aarch64 lukokr-aarch64 merged commit e15cd38 into master Oct 31, 2023
31 of 32 checks passed
@lukokr-aarch64 lukokr-aarch64 deleted the linkopts branch October 31, 2023 15:50
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.

2 participants