forked from OSchip/llvm-project
[clang][test] Disable opaque pointers in test
Was missed in opaque pointer switch due to not being run on x86.
This commit is contained in:
parent
605fc89a61
commit
cbcdd5ff8a
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue