We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605fc89 commit cbcdd5fCopy full SHA for cbcdd5f
clang/test/CodeGen/PowerPC/ppc-mm-malloc-le.c
@@ -6,7 +6,7 @@
6
// require installing target headers in build env, otherwise expecting
7
// failures. So this test will focus on native build only.
8
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
+// 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
10
11
#include <mm_malloc.h>
12
0 commit comments