[all-commits] [llvm/llvm-project] f5a9b5: [NFC][tests][AIX] XFAIL test for lack of visibilit...

Jake Egan via All-commits all-commits at lists.llvm.org
Mon Mar 28 06:44:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5a9b5cc12658f4d6caa3e0cfc3e771698fb3798
      https://github.com/llvm/llvm-project/commit/f5a9b5cc12658f4d6caa3e0cfc3e771698fb3798
  Author: Jake Egan <jakeegan10 at gmail.com>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M clang/test/OpenMP/target_update_messages.cpp

  Log Message:
  -----------
  [NFC][tests][AIX] XFAIL test for lack of visibility support

With the addition of `__attribute__((visibility("hidden")))` to the test, the test fails because AIX's current default behaviour is to ignore hidden visibility, so the expected error is not seen. This patch marks the test `XFAIL` on AIX for now.

Reviewed By: cebowleratibm

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




More information about the All-commits mailing list