-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
Who are you
…On Sun, Dec 17, 2017 at 21:12 michaelainsworth ***@***.***> wrote:
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 <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL60Q9YOv0LvzO6_iznys-QzpIKYQpGlks5tBcodgaJpZM4RE5b9>
.
|
Haha, sorry man I'll try to test this soon. |
Hahahaha I should be used to this but I don't usually get emails about it.
5th time this week. Good luck to you.
…On Sun, Dec 17, 2017 at 21:18 Zachary Yedidia ***@***.***> wrote:
Haha, sorry man @Compiler is a command in this piece of software, we
wasn't referencing you.
I'll try to test this soon.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL60Q2-uUZyZvluc0mZSKPmlS2Gv_Uq3ks5tBcuSgaJpZM4RE5b9>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: