mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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.
|
||||
; Generated from tools/clang/test/CodeGenCXX/debug-info-qualifiers.cpp
|
||||
;
|
||||
@ -33,10 +34,6 @@
|
||||
; CHECK-NOT: DW_TAG_subprogram
|
||||
; 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 }
|
||||
|
||||
; Function Attrs: nounwind
|
Loading…
Reference in New Issue
Block a user