diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-11-30 22:23:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-11-30 22:23:29 +0000 |
commit | b25846e1807ab8cb4cc3594458283947fb9e9e39 (patch) | |
tree | e0600b1e982c34b5a719b0416c4d804f3dd0d883 /test/FrontendC++/m64-ptr.cpp | |
parent | 3858225afc2a7f1027dce34dc72de5686b636c2d (diff) |
Debug info is disabled on PPC Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/m64-ptr.cpp')
-rw-r--r-- | test/FrontendC++/m64-ptr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/m64-ptr.cpp b/test/FrontendC++/m64-ptr.cpp index 8d1bb7a698..7685cfeaa0 100644 --- a/test/FrontendC++/m64-ptr.cpp +++ b/test/FrontendC++/m64-ptr.cpp @@ -1,4 +1,5 @@ // RUN: %llvmgxx %s -S -o - | FileCheck %s + // Make sure pointers are passed as pointers, not converted to int. // The first load should be of type i8** in either 32 or 64 bit mode. // This formerly happened on x86-64, 7375899. |