forked from OSchip/llvm-project
[CodeGen][test] Fix disable-tail-calls.c if CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL is off
This commit is contained in:
parent
fe02896a79
commit
c2dafea758
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9.0 -emit-llvm -O2 -fno-optimize-sibling-calls -o - < %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9.0 -opaque-pointers -emit-llvm -O2 -fno-optimize-sibling-calls -o - < %s | FileCheck %s
|
||||
|
||||
typedef struct List {
|
||||
struct List *next;
|
||||
|
|
Loading…
Reference in New Issue