[all-commits] [llvm/llvm-project] 77b611: [AIX] remove -u from the clang when invoke aix as ...

diggerlin via All-commits all-commits at lists.llvm.org
Fri Jul 24 08:28:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 77b61177d7d4c4fe8714f8828123f626f4549be1
      https://github.com/llvm/llvm-project/commit/77b61177d7d4c4fe8714f8828123f626f4549be1
  Author: diggerlin <digger.llvm at gmail.com>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/AIX.cpp
    M clang/test/Driver/aix-as.c

  Log Message:
  -----------
  [AIX] remove -u from the clang when invoke aix as assembler

SUMMARY:

since we add .extern directive for external symbol, the -u option for aix as do not need any more.

Reviewers:  Jason liu

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




More information about the All-commits mailing list