Displaying 2 results from an estimated 2 matches for "mon_bin".
2018 Feb 07
0
retpoline mitigation and 6.0
...clang-7.0: [0;1;30mnote: diagnostic msg:聽
********************
make[3]: *** [scripts/Makefile.build:317: drivers/usb/host/xhci.o] Error 254
make[3]: Target '__build' not remade because of errors.
make[2]: *** [scripts/Makefile.build:575: drivers/usb/host] Error 2
聽 CC聽聽聽聽聽聽drivers/usb/mon/mon_bin.o
clang-7.0: /home/dwmw2/git/llvm/lib/Analysis/ScalarEvolution.cpp:9092: bool llvm::ScalarEvolution::isLoopEntryGuardedByCond(const llvm::Loop*, llvm::CmpInst::Predicate, const llvm::SCEV*, const llvm::SCEV*): Assertion `(!ProvedNonStrictComparison || !ProvedNonEquality) && "Why we wer...
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449.
Before we merge this into two different Clang release branches and almost
immediately release one of them, I would really like someone to confirm
that this patch works well with the Linux kernel. David, if you're up for
that, it would be great. Alternatively, Guenter or someone else here can
help.
On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth