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

llvm target triple for Deno.build #4948

Merged
merged 15 commits into from
Apr 28, 2020
Merged

llvm target triple for Deno.build #4948

merged 15 commits into from
Apr 28, 2020

Conversation

ry
Copy link
Member

@ry ry commented Apr 27, 2020

No description provided.

@ry ry mentioned this pull request Apr 27, 2020
43 tasks
cli/js/build.ts Outdated Show resolved Hide resolved
cli/js/build.ts Outdated Show resolved Hide resolved
@ry ry requested a review from piscisaureus April 28, 2020 01:43
@ry ry changed the title WIP llvm target triple for Deno.build llvm target triple for Deno.build Apr 28, 2020
Copy link
Contributor

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

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

💯

arch: "" as Arch,
os: "" as OperatingSystem,
export const build = {
target: "unknown",
Copy link
Member Author

Choose a reason for hiding this comment

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

Rename to Deno.build.triple ?

Copy link
Member

Choose a reason for hiding this comment

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

I think target is fine

@ry ry merged commit e0ca60e into denoland:master Apr 28, 2020
@ry ry deleted the target-triple branch April 28, 2020 16:35
SASUKE40 pushed a commit to SASUKE40/deno that referenced this pull request May 7, 2020
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 21, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Feb 1, 2021
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
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