Re: [PATCH] kbuild: gcov: enable -fno-tree-loop-im if supported

2018-05-05 Thread Masahiro Yamada
2018-04-27 6:41 GMT+09:00 Nick Desaulniers : > Hi Masahiro and Michal, > > The reporter has asked for their email address to be updated to: > > psoda...@codeaurora.org > > if you're ok with this version of the patch and choose to apply it, can you > please update the commit message. Otherwise, I'll

Re: [PATCH] kbuild: gcov: enable -fno-tree-loop-im if supported

2018-04-26 Thread Nick Desaulniers
Hi Masahiro and Michal, The reporter has asked for their email address to be updated to: psoda...@codeaurora.org if you're ok with this version of the patch and choose to apply it, can you please update the commit message. Otherwise, I'll make this change should we need other changes necessitati

[PATCH] kbuild: gcov: enable -fno-tree-loop-im if supported

2018-04-26 Thread Nick Desaulniers
Clang does not recognize this compiler option. Reported-by: Prasad Sodagudi Signed-off-by: Nick Desaulniers --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83b6c541565a..7f653c924c18 100644 --- a/Makefile +++ b/Makefile @@ -623,7 +62