[all-commits] [llvm/llvm-project] 138d53: [CMake] Move dladdr check below _GNU_SOURCE check.

Daniel Thornburgh via All-commits all-commits at lists.llvm.org
Thu Dec 8 15:53:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 138d53895734504cc4780268114c4b880aee1719
      https://github.com/llvm/llvm-project/commit/138d53895734504cc4780268114c4b880aee1719
  Author: Daniel Thornburgh <dthorn at google.com>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M llvm/cmake/config-ix.cmake

  Log Message:
  -----------
  [CMake] Move dladdr check below _GNU_SOURCE check.

The presence of dladdr on Linux depends on whether or not _GNU_SOURCE is
set.

Reviewed By: phosek

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




More information about the All-commits mailing list