Displaying 5 results from an estimated 5 matches for "l1160".
Did you mean:
1160
2023 Feb 16
0
[Bug 3541] New: remote-to-remote case doesn't look at sshport
...private key> -p 28001 -o UserKnownHostsFile=/dev/null
-o StrictHostKeyChecking=no -o ConnectTimeout=10 -o LogLevel=DEBUG -l
root -- localhost scp -v <path to file> <me>@<remote ip>:<dest dir>
It looks like at
https://github.com/openssh/openssh-portable/blob/master/scp.c#L1160 you
need to set sport to sshport if sshport is valid (and sport is invalid?
Not completely on top of that)
I'm not sure why that case is not calling do_cmd/do_cmd2 (which do
correctly consider sshport)
--
You are receiving this mail because:
You are watching the assignee of the bug.
2020 May 31
2
LLC crash while handling DEBUG info
Hi David
If you look at line
https://github.com/llvm/llvm-project/blob/master/llvm/lib/IR/Verifier.cpp#L1160
there is IR verification which asserts that only in case of `spFlags
= DISPFlagDefinition`, the compilation unit (`unit` field) should be
present. Otherwise, it should *not* be present. In the crash case,
`spFlags = DISPFlagOptimized`. So, I guess, `unit` field should *not* be
present, though I do...
2020 May 31
2
LLC crash while handling DEBUG info
...nitions and must
> not be present for non-definitions).
>
> On Sun, May 31, 2020 at 2:53 AM Mahesha S <mahesha.comp at gmail.com> wrote:
> >
> > Hi David
> >
> > If you look at line
> https://github.com/llvm/llvm-project/blob/master/llvm/lib/IR/Verifier.cpp#L1160
> there is IR verification which asserts that only in case of `spFlags =
> DISPFlagDefinition`, the compilation unit (`unit` field) should be present.
> Otherwise, it should *not* be present. In the crash case, `spFlags =
> DISPFlagOptimized`. So, I guess, `unit` field should *not* be...
2020 Jun 01
2
LLC crash while handling DEBUG info
...> >>
> >> On Sun, May 31, 2020 at 2:53 AM Mahesha S <mahesha.comp at gmail.com>
> wrote:
> >> >
> >> > Hi David
> >> >
> >> > If you look at line
> https://github.com/llvm/llvm-project/blob/master/llvm/lib/IR/Verifier.cpp#L1160
> there is IR verification which asserts that only in case of `spFlags =
> DISPFlagDefinition`, the compilation unit (`unit` field) should be present.
> Otherwise, it should *not* be present. In the crash case, `spFlags =
> DISPFlagOptimized`. So, I guess, `unit` field should *not* be...
2020 May 31
2
LLC crash while handling DEBUG info
Hi-
Here is the simple C++ function:
-----------
void foo() {
}
-----------
Let's say, above function is compiled to generate LLVM IR with -g flag
using the command line `clang++ -g -O0 -S -emit-llvm foo.cpp`, we get
below IR
-----------
; ModuleID = 'foo.cpp'
source_filename = "foo.cpp"
target datalayout =