[all-commits] [llvm/llvm-project] 13f0b8: Fix Windows builders after 244601f4720d9cda6e81ea1...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Tue Jun 15 01:49:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13f0b85212275fb6f724b14c2c5385385e5e723f
      https://github.com/llvm/llvm-project/commit/13f0b85212275fb6f724b14c2c5385385e5e723f
  Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M compiler-rt/lib/builtins/int_util.c

  Log Message:
  -----------
  Fix Windows builders after 244601f4720d9cda6e81ea1908f3ce905a4bcb0e

Apparently __builtin_abort() is not supported when targetting Windows.
This should fix the following builder errors:
clang_rt.builtins-x86_64.lib(int_util.c.obj) : error LNK2019: unresolved
external symbol __builtin_abort referenced in function __compilerrt_abort_impl




More information about the All-commits mailing list