[PATCH] D89986: [AIX] do not emit visibility attribute into IR when there is -mignore-xcoff-visibility

Sean Fertile via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 26 14:03:02 PDT 2020


sfertile added inline comments.


================
Comment at: clang/test/CodeGen/aix-visibility-inlines-hidden.cpp:6
+
+// RUN: %clang_cc1 -triple powerpc-unknown-aix -mcmodel=large -fvisibility-inlines-hidden -emit-llvm -o - -x c++ %s  | \
+// RUN: FileCheck -check-prefixes=COMMON-IR,NOVISIBILITY-IR %s
----------------
Can you break up this RUN step similar to how you formatted the following one.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89986/new/

https://reviews.llvm.org/D89986



More information about the cfe-commits mailing list