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

[linux-port] Enables the DXC main on Unix. #1384

Merged
merged 2 commits into from
Jun 27, 2018

Conversation

ehsannas
Copy link
Contributor

No description provided.

@ehsannas ehsannas added the linux Linux-specific work label Jun 27, 2018
@ehsannas ehsannas self-assigned this Jun 27, 2018
@AppVeyorBot
Copy link

Copy link
Member

@hekota hekota left a comment

Choose a reason for hiding this comment

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

LGMT!

@@ -747,6 +767,7 @@ void DxcContext::Recompile(IDxcBlob *pSource, IDxcLibrary *pLibrary, IDxcCompile
ConcatArgs.size(), ConcatDefines.data(),
ConcatDefines.size(), pIncludeHandler, &pResult));
*ppCompileResult = pResult.Detach();
#endif // _WIN32
Copy link
Member

Choose a reason for hiding this comment

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

Might be good to add an assert and set ppCompileResult to null in case someone calls this on Linux.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea. Fixed.

@AppVeyorBot
Copy link

@ehsannas ehsannas merged commit e8d5eb0 into microsoft:master Jun 27, 2018
@ehsannas ehsannas deleted the post_dxc branch June 27, 2018 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linux Linux-specific work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants