* [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation)
@ 2020-03-21 0:15 kbuild test robot
2020-03-21 0:30 ` Nick Desaulniers
0 siblings, 1 reply; 6+ messages in thread
From: kbuild test robot @ 2020-03-21 0:15 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1522 bytes --]
Hi Dirk,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: d8f289c16fbb72e17b783175c1fb0942816264fd
commit: 35595372d95c0d10784bce1aec8cc144a39eb66d [8211/10629] Remove redundant YYLOC global declaration
config: powerpc-defconfig (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 1993f95f2b1eb2d8da7f1a01e977d8fe06314bcf)
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout 35595372d95c0d10784bce1aec8cc144a39eb66d
# save the attached .config to linux build tree
COMPILER=clang make.cross ARCH=powerpc
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
/usr/bin/as: unrecognized option '-mpower4'
>> clang-11: error: assembler command failed with exit code 1 (use -v to see invocation)
make[2]: *** [scripts/Makefile.build:268: scripts/mod/empty.o] Error 1
make[2]: Target '__build' not remade because of errors.
make[1]: *** [Makefile:1111: prepare0] Error 2
make[1]: Target 'prepare' not remade because of errors.
make: *** [Makefile:179: sub-make] Error 2
34 real 9 user 19 sys 84.67% cpu make prepare
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 25750 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) 2020-03-21 0:15 [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) kbuild test robot @ 2020-03-21 0:30 ` Nick Desaulniers 2020-03-21 0:57 ` Philip Li 0 siblings, 1 reply; 6+ messages in thread From: Nick Desaulniers @ 2020-03-21 0:30 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 2164 bytes --] Known issue, please ignore: https://github.com/ClangBuiltLinux/linux/issues/675 On Fri, Mar 20, 2020 at 5:16 PM kbuild test robot <lkp@intel.com> wrote: > > Hi Dirk, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: d8f289c16fbb72e17b783175c1fb0942816264fd > commit: 35595372d95c0d10784bce1aec8cc144a39eb66d [8211/10629] Remove redundant YYLOC global declaration > config: powerpc-defconfig (attached as .config) > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 1993f95f2b1eb2d8da7f1a01e977d8fe06314bcf) > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 35595372d95c0d10784bce1aec8cc144a39eb66d > # save the attached .config to linux build tree > COMPILER=clang make.cross ARCH=powerpc > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot <lkp@intel.com> > > All errors (new ones prefixed by >>): > > /usr/bin/as: unrecognized option '-mpower4' > >> clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) > make[2]: *** [scripts/Makefile.build:268: scripts/mod/empty.o] Error 1 > make[2]: Target '__build' not remade because of errors. > make[1]: *** [Makefile:1111: prepare0] Error 2 > make[1]: Target 'prepare' not remade because of errors. > make: *** [Makefile:179: sub-make] Error 2 > 34 real 9 user 19 sys 84.67% cpu make prepare > > --- > 0-DAY CI Kernel Test Service, Intel Corporation > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > > -- > You received this message because you are subscribed to the Google Groups "Clang Built Linux" group. > To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202003210848.qj0RGHwY%25lkp%40intel.com. -- Thanks, ~Nick Desaulniers ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) 2020-03-21 0:30 ` Nick Desaulniers @ 2020-03-21 0:57 ` Philip Li 2020-03-23 22:09 ` Nick Desaulniers 0 siblings, 1 reply; 6+ messages in thread From: Philip Li @ 2020-03-21 0:57 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 2557 bytes --] On Fri, Mar 20, 2020 at 05:30:45PM -0700, Nick Desaulniers wrote: > Known issue, please ignore: https://github.com/ClangBuiltLinux/linux/issues/675 thanks for info, 0-day ci will blacklist this error. > > On Fri, Mar 20, 2020 at 5:16 PM kbuild test robot <lkp@intel.com> wrote: > > > > Hi Dirk, > > > > FYI, the error/warning still remains. > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > > head: d8f289c16fbb72e17b783175c1fb0942816264fd > > commit: 35595372d95c0d10784bce1aec8cc144a39eb66d [8211/10629] Remove redundant YYLOC global declaration > > config: powerpc-defconfig (attached as .config) > > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 1993f95f2b1eb2d8da7f1a01e977d8fe06314bcf) > > reproduce: > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout 35595372d95c0d10784bce1aec8cc144a39eb66d > > # save the attached .config to linux build tree > > COMPILER=clang make.cross ARCH=powerpc > > > > If you fix the issue, kindly add following tag > > Reported-by: kbuild test robot <lkp@intel.com> > > > > All errors (new ones prefixed by >>): > > > > /usr/bin/as: unrecognized option '-mpower4' > > >> clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) > > make[2]: *** [scripts/Makefile.build:268: scripts/mod/empty.o] Error 1 > > make[2]: Target '__build' not remade because of errors. > > make[1]: *** [Makefile:1111: prepare0] Error 2 > > make[1]: Target 'prepare' not remade because of errors. > > make: *** [Makefile:179: sub-make] Error 2 > > 34 real 9 user 19 sys 84.67% cpu make prepare > > > > --- > > 0-DAY CI Kernel Test Service, Intel Corporation > > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > > > > -- > > You received this message because you are subscribed to the Google Groups "Clang Built Linux" group. > > To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com. > > To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202003210848.qj0RGHwY%25lkp%40intel.com. > > > > -- > Thanks, > ~Nick Desaulniers > _______________________________________________ > kbuild-all mailing list -- kbuild-all(a)lists.01.org > To unsubscribe send an email to kbuild-all-leave(a)lists.01.org ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) 2020-03-21 0:57 ` Philip Li @ 2020-03-23 22:09 ` Nick Desaulniers 2020-03-23 23:12 ` Philip Li 0 siblings, 1 reply; 6+ messages in thread From: Nick Desaulniers @ 2020-03-23 22:09 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 4428 bytes --] DTC folks to bcc On Fri, Mar 20, 2020 at 5:58 PM Philip Li <philip.li@intel.com> wrote: > > On Fri, Mar 20, 2020 at 05:30:45PM -0700, Nick Desaulniers wrote: > > Known issue, please ignore: https://github.com/ClangBuiltLinux/linux/issues/675 > thanks for info, 0-day ci will blacklist this error. I'd rather not blacklist it. So it looks like we don't see this in our CI (example: https://travis-ci.com/github/ClangBuiltLinux/continuous-integration/jobs/301119543). It seems related to which config you compile with. With the attached config, I was not able to reproduce: $ gunzip config.gz $ cp config .config $ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- make CC=clang -j71 olddefconfig # note this shouldn't be needed $ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- make CC=clang -j71 scripts/mod/empty.o Doesn't produce anything, no error from make about being an invalid target, but also no -mpower4 warning. I also don't understand why the provided config doesn't set or unset many configs in linux-next. Can you please triple check? I want to make sure the steps to reproduce are reproducible. > > > > > On Fri, Mar 20, 2020 at 5:16 PM kbuild test robot <lkp@intel.com> wrote: > > > > > > Hi Dirk, > > > > > > FYI, the error/warning still remains. > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > > > head: d8f289c16fbb72e17b783175c1fb0942816264fd > > > commit: 35595372d95c0d10784bce1aec8cc144a39eb66d [8211/10629] Remove redundant YYLOC global declaration > > > config: powerpc-defconfig (attached as .config) 'powerpc-defconfig' doesn't seem to be a named config. Seems I must use the attachment? > > > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 1993f95f2b1eb2d8da7f1a01e977d8fe06314bcf) > > > reproduce: > > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > > chmod +x ~/bin/make.cross > > > git checkout 35595372d95c0d10784bce1aec8cc144a39eb66d > > > # save the attached .config to linux build tree > > > COMPILER=clang make.cross ARCH=powerpc Hi Philip, I tried the above commands to reproduce, but I see: $ COMPILER=clang make.cross ARCH=powerpc E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? cross tool binutils-powerpc-linux-gnu install failed Please ensure powerpc cross tools has been installed. Please install: xz-utils lftp Install clang compiler failed setup_crosstool failed $ sudo apt install binutils-powerpc-linux-gnu binutils-powerpc-linux-gnu is already the newest version (2.33.1-2). Should install_cross_packages() check for these first, instead of always trying to install them? > > > > > > If you fix the issue, kindly add following tag > > > Reported-by: kbuild test robot <lkp@intel.com> > > > > > > All errors (new ones prefixed by >>): > > > > > > /usr/bin/as: unrecognized option '-mpower4' > > > >> clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) > > > make[2]: *** [scripts/Makefile.build:268: scripts/mod/empty.o] Error 1 > > > make[2]: Target '__build' not remade because of errors. > > > make[1]: *** [Makefile:1111: prepare0] Error 2 > > > make[1]: Target 'prepare' not remade because of errors. > > > make: *** [Makefile:179: sub-make] Error 2 > > > 34 real 9 user 19 sys 84.67% cpu make prepare > > > > > > --- > > > 0-DAY CI Kernel Test Service, Intel Corporation > > > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > > > > > > -- > > > You received this message because you are subscribed to the Google Groups "Clang Built Linux" group. > > > To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com. > > > To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202003210848.qj0RGHwY%25lkp%40intel.com. > > > > > > > > -- > > Thanks, > > ~Nick Desaulniers > > _______________________________________________ > > kbuild-all mailing list -- kbuild-all(a)lists.01.org > > To unsubscribe send an email to kbuild-all-leave(a)lists.01.org -- Thanks, ~Nick Desaulniers ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) 2020-03-23 22:09 ` Nick Desaulniers @ 2020-03-23 23:12 ` Philip Li 2020-03-25 3:18 ` Liu Yiding 0 siblings, 1 reply; 6+ messages in thread From: Philip Li @ 2020-03-23 23:12 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 4763 bytes --] On Mon, Mar 23, 2020 at 03:09:43PM -0700, Nick Desaulniers wrote: > DTC folks to bcc > > On Fri, Mar 20, 2020 at 5:58 PM Philip Li <philip.li@intel.com> wrote: > > > > On Fri, Mar 20, 2020 at 05:30:45PM -0700, Nick Desaulniers wrote: > > > Known issue, please ignore: https://github.com/ClangBuiltLinux/linux/issues/675 > > thanks for info, 0-day ci will blacklist this error. > > I'd rather not blacklist it. So it looks like we don't see this in > our CI (example: > https://travis-ci.com/github/ClangBuiltLinux/continuous-integration/jobs/301119543). > It seems related to which config you compile with. With the attached > config, I was not able to reproduce: > > $ gunzip config.gz > $ cp config .config > $ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- make CC=clang -j71 > olddefconfig # note this shouldn't be needed > $ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- make CC=clang -j71 > scripts/mod/empty.o > > Doesn't produce anything, no error from make about being an invalid > target, but also no -mpower4 warning. I also don't understand why the > provided config doesn't set or unset many configs in linux-next. > > Can you please triple check? I want to make sure the steps to > reproduce are reproducible. got it, we will check this to see what is wrong. > > > > > > > > > On Fri, Mar 20, 2020 at 5:16 PM kbuild test robot <lkp@intel.com> wrote: > > > > > > > > Hi Dirk, > > > > > > > > FYI, the error/warning still remains. > > > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > > > > head: d8f289c16fbb72e17b783175c1fb0942816264fd > > > > commit: 35595372d95c0d10784bce1aec8cc144a39eb66d [8211/10629] Remove redundant YYLOC global declaration > > > > config: powerpc-defconfig (attached as .config) > > 'powerpc-defconfig' doesn't seem to be a named config. Seems I must > use the attachment? > > > > > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 1993f95f2b1eb2d8da7f1a01e977d8fe06314bcf) > > > > reproduce: > > > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > > > chmod +x ~/bin/make.cross > > > > git checkout 35595372d95c0d10784bce1aec8cc144a39eb66d > > > > # save the attached .config to linux build tree > > > > COMPILER=clang make.cross ARCH=powerpc > > Hi Philip, I tried the above commands to reproduce, but I see: > > $ COMPILER=clang make.cross ARCH=powerpc > E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: > Permission denied) > E: Unable to acquire the dpkg frontend lock > (/var/lib/dpkg/lock-frontend), are you root? > cross tool binutils-powerpc-linux-gnu install failed > Please ensure powerpc cross tools has been installed. > Please install: xz-utils lftp > Install clang compiler failed > setup_crosstool failed > $ sudo apt install binutils-powerpc-linux-gnu > binutils-powerpc-linux-gnu is already the newest version (2.33.1-2). > > Should install_cross_packages() check for these first, instead of > always trying to install them? > > > > > > > > > If you fix the issue, kindly add following tag > > > > Reported-by: kbuild test robot <lkp@intel.com> > > > > > > > > All errors (new ones prefixed by >>): > > > > > > > > /usr/bin/as: unrecognized option '-mpower4' > > > > >> clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) > > > > make[2]: *** [scripts/Makefile.build:268: scripts/mod/empty.o] Error 1 > > > > make[2]: Target '__build' not remade because of errors. > > > > make[1]: *** [Makefile:1111: prepare0] Error 2 > > > > make[1]: Target 'prepare' not remade because of errors. > > > > make: *** [Makefile:179: sub-make] Error 2 > > > > 34 real 9 user 19 sys 84.67% cpu make prepare > > > > > > > > --- > > > > 0-DAY CI Kernel Test Service, Intel Corporation > > > > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > > > > > > > > -- > > > > You received this message because you are subscribed to the Google Groups "Clang Built Linux" group. > > > > To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com. > > > > To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202003210848.qj0RGHwY%25lkp%40intel.com. > > > > > > > > > > > > -- > > > Thanks, > > > ~Nick Desaulniers > > > _______________________________________________ > > > kbuild-all mailing list -- kbuild-all(a)lists.01.org > > > To unsubscribe send an email to kbuild-all-leave(a)lists.01.org > > > > -- > Thanks, > ~Nick Desaulniers ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) 2020-03-23 23:12 ` Philip Li @ 2020-03-25 3:18 ` Liu Yiding 0 siblings, 0 replies; 6+ messages in thread From: Liu Yiding @ 2020-03-25 3:18 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 5538 bytes --] Hi, All. On 3/24/20 7:12 AM, Philip Li wrote: > On Mon, Mar 23, 2020 at 03:09:43PM -0700, Nick Desaulniers wrote: >> DTC folks to bcc >> >> On Fri, Mar 20, 2020 at 5:58 PM Philip Li <philip.li@intel.com> wrote: >>> On Fri, Mar 20, 2020 at 05:30:45PM -0700, Nick Desaulniers wrote: >>>> Known issue, please ignore: https://github.com/ClangBuiltLinux/linux/issues/675 >>> thanks for info, 0-day ci will blacklist this error. >> I'd rather not blacklist it. So it looks like we don't see this in >> our CI (example: >> https://travis-ci.com/github/ClangBuiltLinux/continuous-integration/jobs/301119543). >> It seems related to which config you compile with. With the attached >> config, I was not able to reproduce: >> >> $ gunzip config.gz >> $ cp config .config >> $ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- make CC=clang -j71 >> olddefconfig # note this shouldn't be needed >> $ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- make CC=clang -j71 >> scripts/mod/empty.o >> >> Doesn't produce anything, no error from make about being an invalid >> target, but also no -mpower4 warning. I also don't understand why the >> provided config doesn't set or unset many configs in linux-next. >> >> Can you please triple check? I want to make sure the steps to >> reproduce are reproducible. > got it, we will check this to see what is wrong. Check build log, we missed CROSS_COMPILE when make prepare ``` /usr/bin/timeout -k 100 2h /usr/bin/make HOSTCC=clang-11 CC=clang-11 -j32 -C source O=/kbuild/obj/consumer/powerpc-lyd-reproduce ARCH=powerpc prepare [snip] ``` Reproduce it locally. ``` root(a)liuyd-ubuntu1804:/home/liuyd/linux-next# make HOSTCC=/root/0day/clang-latest/bin/clang CC=/root/0day/clang-latest/bin/clang -j8 ARCH=powerpc prepare scripts/kconfig/conf --syncconfig Kconfig [snip] ./include/linux/string.h:159:12: note: 'bcmp' is a builtin with type 'int (const void *, const void *, unsigned long)' 15 warnings generated. /usr/bin/as: unrecognized option '-mpower4' clang: error: assembler command failed with exit code 1 (use -v to see invocation) ``` > >>>> On Fri, Mar 20, 2020 at 5:16 PM kbuild test robot <lkp@intel.com> wrote: >>>>> Hi Dirk, >>>>> >>>>> FYI, the error/warning still remains. >>>>> >>>>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master >>>>> head: d8f289c16fbb72e17b783175c1fb0942816264fd >>>>> commit: 35595372d95c0d10784bce1aec8cc144a39eb66d [8211/10629] Remove redundant YYLOC global declaration >>>>> config: powerpc-defconfig (attached as .config) >> 'powerpc-defconfig' doesn't seem to be a named config. Seems I must >> use the attachment? >> >>>>> compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 1993f95f2b1eb2d8da7f1a01e977d8fe06314bcf) >>>>> reproduce: >>>>> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross >>>>> chmod +x ~/bin/make.cross >>>>> git checkout 35595372d95c0d10784bce1aec8cc144a39eb66d >>>>> # save the attached .config to linux build tree >>>>> COMPILER=clang make.cross ARCH=powerpc >> Hi Philip, I tried the above commands to reproduce, but I see: >> >> $ COMPILER=clang make.cross ARCH=powerpc >> E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: >> Permission denied) >> E: Unable to acquire the dpkg frontend lock >> (/var/lib/dpkg/lock-frontend), are you root? >> cross tool binutils-powerpc-linux-gnu install failed >> Please ensure powerpc cross tools has been installed. >> Please install: xz-utils lftp >> Install clang compiler failed >> setup_crosstool failed >> $ sudo apt install binutils-powerpc-linux-gnu >> binutils-powerpc-linux-gnu is already the newest version (2.33.1-2). >> >> Should install_cross_packages() check for these first, instead of >> always trying to install them? >> >>>>> If you fix the issue, kindly add following tag >>>>> Reported-by: kbuild test robot <lkp@intel.com> >>>>> >>>>> All errors (new ones prefixed by >>): >>>>> >>>>> /usr/bin/as: unrecognized option '-mpower4' >>>>>>> clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) >>>>> make[2]: *** [scripts/Makefile.build:268: scripts/mod/empty.o] Error 1 >>>>> make[2]: Target '__build' not remade because of errors. >>>>> make[1]: *** [Makefile:1111: prepare0] Error 2 >>>>> make[1]: Target 'prepare' not remade because of errors. >>>>> make: *** [Makefile:179: sub-make] Error 2 >>>>> 34 real 9 user 19 sys 84.67% cpu make prepare >>>>> >>>>> --- >>>>> 0-DAY CI Kernel Test Service, Intel Corporation >>>>> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google Groups "Clang Built Linux" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe(a)googlegroups.com. >>>>> To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/202003210848.qj0RGHwY%25lkp%40intel.com. >>>> >>>> >>>> -- >>>> Thanks, >>>> ~Nick Desaulniers >>>> _______________________________________________ >>>> kbuild-all mailing list -- kbuild-all(a)lists.01.org >>>> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org >> >> >> -- >> Thanks, >> ~Nick Desaulniers -- Best regards. Liu Yiding ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-03-25 3:18 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-03-21 0:15 [linux-next:master 8211/10629] clang-11: error: assembler command failed with exit code 1 (use -v to see invocation) kbuild test robot 2020-03-21 0:30 ` Nick Desaulniers 2020-03-21 0:57 ` Philip Li 2020-03-23 22:09 ` Nick Desaulniers 2020-03-23 23:12 ` Philip Li 2020-03-25 3:18 ` Liu Yiding
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.