-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CI: enable LLVM in Jenkins #6600
Conversation
d0b3fa7
to
8324589
Compare
@gebart now LLVM fails when compiling
you see this error too?` |
Well it is a tautological comparison, so it should be fixed (LOG_INFO ==
LOG_INFO)
…On Feb 15, 2017 1:42 PM, "Sebastian Meiling" ***@***.***> wrote:
@gebart <https://github.com/gebart> now LLVM fails when compiling
tests/unittests/ with:
kernel_init.c:58:18: error: self-comparison always evaluates to true [-Werror,-Wtautological-compare]
if (LOG_INFO <= LOG_INFO) printf("main(): This is RIOT! (Version: " "buildtest" ")\n");
^
1 error generated.
you see this error too?`
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6600 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AATYQkIBtnr4aR8bwgmpr4gKGUH76vA4ks5rcvKPgaJpZM4MAhV9>
.
|
But no, I did not see the same error.
On Feb 15, 2017 1:59 PM, "Joakim Nohlgård" <joakim.nohlgard@eistec.se>
wrote:
… Well it is a tautological comparison, so it should be fixed (LOG_INFO ==
LOG_INFO)
On Feb 15, 2017 1:42 PM, "Sebastian Meiling" ***@***.***>
wrote:
> @gebart <https://github.com/gebart> now LLVM fails when compiling
> tests/unittests/ with:
>
> kernel_init.c:58:18: error: self-comparison always evaluates to true [-Werror,-Wtautological-compare]
> if (LOG_INFO <= LOG_INFO) printf("main(): This is RIOT! (Version: " "buildtest" ")\n");
> ^
> 1 error generated.
>
> you see this error too?`
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#6600 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AATYQkIBtnr4aR8bwgmpr4gKGUH76vA4ks5rcvKPgaJpZM4MAhV9>
> .
>
|
@gebart Jenkins uses |
8324589
to
9a371ba
Compare
086c537
to
2ad5a45
Compare
|
fce9928
to
ac9b21f
Compare
ac9b21f
to
3d6a79f
Compare
Can we try to get this merged before #6673 ? |
nope, there are more parts missing. |
c522e5d
to
c8c82aa
Compare
c8c82aa
to
9875f06
Compare
separated commits into extra PR #6752 |
661ed34
to
fafbde0
Compare
- set no-keyword-macro - set no-parentheses-equality
- set no-gnu-zero-variadic-macro-arguments - set no-unused-function
80e1d72
to
fd29269
Compare
closing as memo, as we go for Murdock 2 instead Jenkins - at least for the time being |
this PR enables all tests on native using LLVM toolchain, it depends on
#6598#6609.