Skip to content

[libclc][remangler] Teach the remangler to emit text #8199

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

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

ldrumm
Copy link
Contributor

@ldrumm ldrumm commented Feb 3, 2023

Most llvm / UNIX tools accept input on stdin and emit it to stdout by default.
Most llvm tools also allow emitting textual assembly rather than bitcode. This isn't hugely important here as it's a build-time tool, but it does make debugging easier.

As a side-effect of this change diagnostics go to stderr where they should always go.

Most llvm / UNIX tools accept input on stdin and emit it to stdout by
default.
Most llvm tools also allow emitting textual assembly rather than
bitcode. This isn't hugely important here as it's a build-time tool, but
it does make debugging easier.

As a side-effect of this change diagnostics go to stderr where they
should always go.
@ldrumm ldrumm requested a review from a team as a code owner February 3, 2023 18:52
@ldrumm ldrumm requested a review from jchlanda February 3, 2023 18:52
@bader bader changed the title [SYCL][remangler] Teach the remangler to emit text [libclc][remangler] Teach the remangler to emit text Feb 3, 2023
@ldrumm ldrumm temporarily deployed to aws February 3, 2023 19:18 — with GitHub Actions Inactive
@ldrumm ldrumm temporarily deployed to aws February 3, 2023 19:49 — with GitHub Actions Inactive
@ldrumm
Copy link
Contributor Author

ldrumm commented Feb 7, 2023

I've got some pending cleanups and fixes for the remangler, so it would be helpful to be able to rebase on top of this. Is it ready to merge?

@bader
Copy link
Contributor

bader commented Feb 7, 2023

I've got some pending cleanups and fixes for the remangler, so it would be helpful to be able to rebase on top of this. Is it ready to merge?

@ldrumm, please, ping @intel/llvm-gatekeepers team for help with merging.

@bader
Copy link
Contributor

bader commented Feb 7, 2023

Failed Tests (1):
SYCL :: KernelAndProgram/spec_constants_after_link.cpp

@bader bader merged commit 188ef65 into intel:sycl Feb 7, 2023
@ldrumm ldrumm deleted the remangler-asm branch February 7, 2023 16:36
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