[llvm] r293840 - Remove XFAIL for test/DebugInfo/Generic/gmlt_profiling.ll
Dehao Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 15:28:55 PST 2017
Author: dehao
Date: Wed Feb 1 17:28:55 2017
New Revision: 293840
URL: http://llvm.org/viewvc/llvm-project?rev=293840&view=rev
Log:
Remove XFAIL for test/DebugInfo/Generic/gmlt_profiling.ll
Summary: test/DebugInfo/Generic/gmlt_profiling.ll will also pass on darwin, so we should remove the XFAIL in the test.
Reviewers: dblaikie, aprantl
Reviewed By: dblaikie
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D29431
Modified:
llvm/trunk/test/DebugInfo/Generic/gmlt_profiling.ll
Modified: llvm/trunk/test/DebugInfo/Generic/gmlt_profiling.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/gmlt_profiling.ll?rev=293840&r1=293839&r2=293840&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/gmlt_profiling.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/gmlt_profiling.ll Wed Feb 1 17:28:55 2017
@@ -1,9 +1,6 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj < %S/gmlt_profiling.ll | llvm-dwarfdump - | FileCheck %S/gmlt_profiling.ll
-; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
-; XFAIL: darwin
-
; CHECK: .debug_info
; CHECK: DW_TAG_subprogram
; CHECK-NOT: DW_TAG
More information about the llvm-commits
mailing list