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

[lua] Compile as position-independent code #11163

Merged
merged 1 commit into from
May 8, 2020

Conversation

kevinlul
Copy link
Contributor

@kevinlul kevinlul commented May 4, 2020

What does your PR fix?

Lua fails to static link on POSIX systems because it wasn't compiled with -fPIC.

Which triplets are supported/not supported? Have you updated the CI baseline?
No change but would affect triplets targeting osx and linux.

Does your PR follow the maintainer guide?
Yes

@NancyLi1013
Copy link
Contributor

Feature has passed on the following triplets:

  • x86-windows
  • x64-windows
  • x64-windows-static
  • x64-linux

@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label May 7, 2020
@strega-nil
Copy link
Contributor

LGTM! Thanks @kevinlul :)

@strega-nil strega-nil merged commit 147f02c into microsoft:master May 8, 2020
@kevinlul kevinlul deleted the lua-pic branch May 8, 2020 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants