[all-commits] [llvm/llvm-project] 26a0ae: [libc++abi] Add builtins to dynamic library link

Patrick Oppenlander via All-commits all-commits at lists.llvm.org
Wed Feb 17 14:06:19 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26a0aeba61717d096e5422deff02331d93d4b00a
      https://github.com/llvm/llvm-project/commit/26a0aeba61717d096e5422deff02331d93d4b00a
  Author: Patrick Oppenlander <patrick.oppenlander at gmail.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M libcxxabi/src/CMakeLists.txt

  Log Message:
  -----------
  [libc++abi] Add builtins to dynamic library link

Otherwise libc++abi.so fails to link on arm with undefined references to
some __aeabi_ builtins.

Differential Revision: https://reviews.llvm.org/D96574




More information about the All-commits mailing list