1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Debreak test for non-Darwin.

llvm-svn: 105257
This commit is contained in:
Bill Wendling 2010-05-31 21:47:24 +00:00
parent da677f56f2
commit b6441d41de

View File

@ -1,4 +1,4 @@
; RUN: llc -O2 < %s | grep debug_loc12
; RUN: llc -O2 < %s -mtriple=x86_64-apple-darwin | grep debug_loc12
; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
%0 = type { double }