Displaying 3 results from an estimated 3 matches for "l236".
Did you mean:
236
2017 Mar 01
3
Excessive use of LLVM_FALLTHROUGH?
I came across a weird-looking use of LLVM_FALLTHROUGH which I think is
completely spurious, but I figured I should check with the group mind
before ripping it out. Basically, if you have multiple cases with no
code in between, you do *not* need LLVM_FALLTHROUGH, right?
switch (Foo) {
case Bar1:
LLVM_FALLTHROUGH; // not needed
case Bar2:
some code;
return;
case Bar3:
2019 Aug 02
8
Switching to the New Pass Manager by Default
Hello all,
As of now, all LLVM and Clang tests have been updated/addressed to run
under the new/experimental pass manager (at least the ones that failed when
using the new PM).
For those who aren't aware of what the new pass manager (PM) is, the tl;dr
is that this will serve as a replacement for the legacy PM, and promises
faster build times by restructuring how passes are run over IR units.
2012 Jul 13
4
bcmxcp_usb can not communicate with Eaton Powerware 5110
Hi,
I have set up a RaspberryPi computer to do monitoring of two UPSs. One
is an MGE evolution 800, one is an Eaton Powerware 5110. The MGE was
being monitored by another Linux (Ubuntu 12.04) computer, and I just
copied and pasted in the relevant nut config and it works just fine with
nut.
I've tried to set up the Powerware 5110 with nut, and the bcmxcp_usb
driver can't communicate