[clang] cbcdd5f - [clang][test] Disable opaque pointers in test

Arthur Eubanks via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 12 19:15:53 PDT 2022


Author: Arthur Eubanks
Date: 2022-04-12T19:15:33-07:00
New Revision: cbcdd5ff8addd8677a0d15c08d449e759801e355

URL: https://github.com/llvm/llvm-project/commit/cbcdd5ff8addd8677a0d15c08d449e759801e355
DIFF: https://github.com/llvm/llvm-project/commit/cbcdd5ff8addd8677a0d15c08d449e759801e355.diff

LOG: [clang][test] Disable opaque pointers in test

Was missed in opaque pointer switch due to not being run on x86.

Added: 
    

Modified: 
    clang/test/CodeGen/PowerPC/ppc-mm-malloc-le.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/PowerPC/ppc-mm-malloc-le.c b/clang/test/CodeGen/PowerPC/ppc-mm-malloc-le.c
index f68577c8edcdd..816e3408f2c53 100644
--- a/clang/test/CodeGen/PowerPC/ppc-mm-malloc-le.c
+++ b/clang/test/CodeGen/PowerPC/ppc-mm-malloc-le.c
@@ -6,7 +6,7 @@
 // require installing target headers in build env, otherwise expecting
 // failures. So this test will focus on native build only.
 
-// RUN: %clang -target powerpc64le-unknown-linux-gnu -S -emit-llvm %s -fno-discard-value-names -mllvm -disable-llvm-optzns -o - | llvm-cxxfilt | FileCheck %s
+// RUN: %clang -Xclang -no-opaque-pointers -target powerpc64le-unknown-linux-gnu -S -emit-llvm %s -fno-discard-value-names -mllvm -disable-llvm-optzns -o - | llvm-cxxfilt | FileCheck %s
 
 #include <mm_malloc.h>
 


        


More information about the cfe-commits mailing list