Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Implement -Xembed-bitcode and -Xembed-bitcode-marker #2186

Merged
merged 2 commits into from
Oct 11, 2018

Conversation

SvyatoslavScherbina
Copy link
Collaborator

These options currently make the produced framework bitcode-friendly
in release and debug environments correspondigly without embedding
real bitcode.

Also rebuild libffi for iOS and macOS to make it bitcode-friendly.

@@ -0,0 +1,41 @@
package org.jetbrains.kotlin.backend.konan
Copy link
Contributor

Choose a reason for hiding this comment

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

Any way to test bitcode embedding? I.e. compile some code to framework and link it with code with options forcing bitcode usage.

These options currently make the produced framework bitcode-friendly
in release and debug environments correspondigly without embedding
real bitcode.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants