[all-commits] [llvm/llvm-project] d1f1bf: [AIX][XCOFF] Fixed the test case which failed at a...

diggerlin via All-commits all-commits at lists.llvm.org
Mon Mar 15 14:34:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1f1bff81bd9909fcfdb4d97af9e3ab5d827b529
      https://github.com/llvm/llvm-project/commit/d1f1bff81bd9909fcfdb4d97af9e3ab5d827b529
  Author: diggerlin <digger.llvm at gmail.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
    M clang/test/CodeGen/hidden-visibility.c
    M clang/test/CodeGen/private-extern.c
    M clang/test/Index/symbol-visibility.c

  Log Message:
  -----------
  [AIX][XCOFF] Fixed the test case which failed at aix OS because enable -mignore-xcoff-visibility by default.

Summary:

because we enable -mignore-xcoff-visibility by default when there is no -fvisibility option in the clang in AIX OS
it will cause some test case fail at aix os. in order to let the -mignore-xcoff-visibility to be disable, we need to add the -fvisibility=default for those test case.

Reviewers: hubert.reinterpretcast daltenty
Differential Revision: https://reviews.llvm.org/D98660




More information about the All-commits mailing list