Skip to content

Commit cbcdd5f

Browse files
committed
[clang][test] Disable opaque pointers in test
Was missed in opaque pointer switch due to not being run on x86.
1 parent 605fc89 commit cbcdd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// require installing target headers in build env, otherwise expecting
77
// failures. So this test will focus on native build only.
88

9-
// RUN: %clang -target powerpc64le-unknown-linux-gnu -S -emit-llvm %s -fno-discard-value-names -mllvm -disable-llvm-optzns -o - | llvm-cxxfilt | FileCheck %s
9+
// 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
1010

1111
#include <mm_malloc.h>
1212

0 commit comments

Comments
 (0)