[all-commits] [llvm/llvm-project] 09856f: [dsymutil] Explicitly link against libatomic when ...

Gokturk Yuksek via All-commits all-commits at lists.llvm.org
Mon Feb 17 14:28:39 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 09856feb3cc141f4f9c8b9edec28602ac4f21575
      https://github.com/llvm/llvm-project/commit/09856feb3cc141f4f9c8b9edec28602ac4f21575
  Author: Gokturk Yuksek <gokturk at binghamton.edu>
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
    M llvm/tools/dsymutil/CMakeLists.txt

  Log Message:
  -----------
  [dsymutil] Explicitly link against libatomic when necessary

In some systems, such as RISC-V, atomic support requires explicit linking
against '-latomic' (see https://github.com/riscv/riscv-gcc/issues/12).

Reviewers: davezarzycki, hhb, beanz, jfb, JDevlieghere
Reviewed By: beanz, JDevlieghere
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69003




More information about the All-commits mailing list