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

@error_format prevents compilation #23

Closed
michaelainsworth opened this issue Dec 18, 2017 · 3 comments
Closed

@error_format prevents compilation #23

michaelainsworth opened this issue Dec 18, 2017 · 3 comments

Comments

@michaelainsworth
Copy link

I've just tested out this tool.

When invoking lit -c test.lit with the following contents, no compilation occurs.

@code_type cpp .cpp
@Compiler lit test.lit && clang *.cpp
@error_format %s
@comment_type // %s

However, by removing the @error_format line, the above invocation DOES start the compilation process.

@Compiler
Copy link

Compiler commented Dec 18, 2017 via email

@zyedidia
Copy link
Owner

zyedidia commented Dec 18, 2017

Haha, sorry man @compiler is a command in this piece of software, he wasn't referencing you -- just should have used a code block.

I'll try to test this soon.

@Compiler
Copy link

Compiler commented Dec 18, 2017 via email

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

No branches or pull requests

3 participants