RISC-V LLVM sync-up call 19th Dec 2019

For background on these calls, see
<http://lists.llvm.org/pipermail/llvm-dev/2019-September/135087.html&gt;\.

Reminder: the purpose is to co-ordinate between active contributors.
If you have support questions etc then it's best to post to llvm-dev.

We have a call each Thursday at 4pm GMT, via
<https://meet.google.com/ske-zcog-spp&gt;\.

NOTE: THERE WILL BE NO CALL NEXT WEEK DUE TO THE CHRISTMAS BREAK.
Today's call might be a quiet one too with various people already off
for the holidays.

I've created a shared calendar which may help in keeping track, which
is hopefully accessible at:
  * <https://calendar.google.com/calendar/b/1?cid=bG93cmlzYy5vcmdfMG41cGtlc2ZqY25wMGJoNWhwczFwMGJkODBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&gt;
  * <https://calendar.google.com/calendar/ical/lowrisc.org_0n5pkesfjcnp0bh5hps1p0bd80%40group.calendar.google.com/public/basic.ics&gt;

Issues to discuss today include the following:
* Passing mabi in LTO ⚙ D71387 pass -mabi to LTO linker only in RISC-V targets, enable RISC-V LTO
* Machine outliner status - seems to be blocked by generic machine
outliner bug that shows up in the gcc torture suite
<Login;
* uleb128 relocation
<https://github.com/riscv/riscv-elf-psabi-doc/pull/124&gt;\. Motivation
was size reduction, some discussion about correctness - if there
are cases where a uleb128 may increase after relaxation.
* Weak, undefined symbols in non-PIC code. ⚙ D71100 [lld][RISCV] Fixup PC-relative relocations to undefined weak symbols.
which we mentioned last week spawned this psabi issue
<https://github.com/riscv/riscv-elf-psabi-doc/issues/126&gt;
* ilp32e work ongoing <Login. See
<https://github.com/riscv/riscv-elf-psabi-doc/issues/125&gt; which tries
to clarify the ABI for variadic function calls, specifically for
doubles on ilp32e.

Best,

Alex