[PATCH] D98660: [AIX][XCOFF] Fixed the test case which failed at aix OS because  enable -mignore-xcoff-visibility by default.
    Digger Lin via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Mar 15 14:05:58 PDT 2021
    
    
  
DiggerLin marked an inline comment as done.
DiggerLin added inline comments.
================
Comment at: clang/test/CodeGen/hidden-visibility.c:1
-// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -fvisibility default -emit-llvm -o - | FileCheck %s
 
----------------
daltenty wrote:
> dunno if this is also accepted, but I think we prefer an equal sign here: 
I do not think clang -cc1 support  -fvisibility=default
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98660/new/
https://reviews.llvm.org/D98660
    
    
More information about the cfe-commits
mailing list