mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
![Daniel Dunbar](/assets/img/avatar_default.png)
-filetype=obj test, and -filetype=obj leaks a few objects. Added a FIXME, we need to sort out the ownership model for the various MC objects. llvm-svn: 103769
8 lines
146 B
LLVM
8 lines
146 B
LLVM
; RUN: llc -filetype=obj -o - < %s
|
|
; XFAIL: vg_leak
|
|
|
|
; ModuleID = 't.c'
|
|
target triple = "x86_64-apple-darwin10.0.0"
|
|
|
|
module asm ".desc _f0, 0x10"
|