freebsd-dev/contrib/llvm
Dimitry Andric 381ab04f4f Pull in r353907 from upstream llvm trunk (by Reid Kleckner):
[MC] Make symbol version errors non-fatal

  We stil don't have a source location, which is pretty lame, but at
  least we won't tell the user to file a clang bug report anymore.

  Fixes PR40712

This will make errors for symbols with @@ versions that are not defined
non-fatal.  For example:

  void f(void)
  {
    __asm__(".symver foo,bar@@baz");
  }

will now result in:

  error: versioned symbol bar@@baz must be defined

instead of clang crashing with a diagnostic report.

PR:		234671
Upstream PR:	https://bugs.llvm.org/show_bug.cgi?id=40712
MFC after:	3 days
2019-02-13 20:13:40 +00:00
..
include Pull in r339734 from upstream llvm trunk (by Eli Friedman): 2019-02-12 18:32:14 +00:00
lib Pull in r353907 from upstream llvm trunk (by Reid Kleckner): 2019-02-13 20:13:40 +00:00
projects/libunwind o Implement unw_getcontext() 2018-06-19 14:46:59 +00:00
tools clang: default to DWARF 4 as of FreeBSD 13 2019-01-25 14:46:13 +00:00
utils/TableGen Merge llvm trunk r338150 (just before the 7.0.0 branch point), and 2018-08-02 17:42:12 +00:00
FREEBSD-Xlist
LICENSE.TXT Merge llvm trunk r338150, and resolve conflicts. 2018-07-30 16:33:32 +00:00