[all-commits] [llvm/llvm-project] 8b2b2c: Don't set LLVM_NO_DEAD_STRIP on AIX

David Tenty via All-commits all-commits at lists.llvm.org
Wed Nov 13 08:59:51 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b2b2c08d9945d1613ee2ce8923e0041bbb4c266
      https://github.com/llvm/llvm-project/commit/8b2b2c08d9945d1613ee2ce8923e0041bbb4c266
  Author: David Tenty <daltenty at ibm.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/cmake/modules/AddLLVM.cmake

  Log Message:
  -----------
  Don't set LLVM_NO_DEAD_STRIP on AIX

Summary:
when building plugins, as AIX has symbols in it's standard library that
must be garbage collected or we will see link errors. Export lists will
handle this instead on AIX.

Reviewers: stevewan, sfertile, jasonliu, xingxue, DiggerLin

Reviewed By: DiggerLin

Subscribers: mgorny, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list