[PATCH] D29431: Remove XFAIL for test/DebugInfo/Generic/gmlt_profiling.ll

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 15:16:33 PST 2017


danielcdh created this revision.

test/DebugInfo/Generic/gmlt_profiling.ll will also pass on darwin, so we should remove the XFAIL in the test.


https://reviews.llvm.org/D29431

Files:
  test/DebugInfo/Generic/gmlt_profiling.ll


Index: test/DebugInfo/Generic/gmlt_profiling.ll
===================================================================
--- test/DebugInfo/Generic/gmlt_profiling.ll
+++ test/DebugInfo/Generic/gmlt_profiling.ll
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29431.86738.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/38af44d4/attachment.bin>


More information about the llvm-commits mailing list