mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +00:00
move test back into the parent directory and add a REQUIRES: obj emission.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da031f7bd9
commit
40bcde87f4
@ -1,3 +1,4 @@
|
|||||||
|
; REQUIRES: object-emission
|
||||||
; Test (r)value qualifiers on C++11 non-static member functions.
|
; Test (r)value qualifiers on C++11 non-static member functions.
|
||||||
; Generated from tools/clang/test/CodeGenCXX/debug-info-qualifiers.cpp
|
; Generated from tools/clang/test/CodeGenCXX/debug-info-qualifiers.cpp
|
||||||
;
|
;
|
||||||
@ -33,10 +34,6 @@
|
|||||||
; CHECK-NOT: DW_TAG_subprogram
|
; CHECK-NOT: DW_TAG_subprogram
|
||||||
; CHECK: DW_AT_rvalue_reference [DW_FORM_flag_present] (true)
|
; CHECK: DW_AT_rvalue_reference [DW_FORM_flag_present] (true)
|
||||||
|
|
||||||
|
|
||||||
target datalayout = "e-i64:64-f80:128-s:64-n8:16:32:64-S128"
|
|
||||||
target triple = "x86_64-apple-darwin"
|
|
||||||
|
|
||||||
%class.A = type { i8 }
|
%class.A = type { i8 }
|
||||||
|
|
||||||
; Function Attrs: nounwind
|
; Function Attrs: nounwind
|
Loading…
x
Reference in New Issue
Block a user