1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

add 'REQUIRES: object-emission' to test

llvm-svn: 321875
This commit is contained in:
Adrian Prantl 2018-01-05 16:31:22 +00:00
parent 8a8409c761
commit 59d29d09c8

View File

@ -1,3 +1,4 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
;
; // S is not trivially copyable.