forked from OSchip/llvm-project
[Hexagon] Removing XFAIL on Hexagon target.
llvm-svn: 252450
This commit is contained in:
parent
544b23a1ef
commit
088b7877f2
|
@ -1,5 +1,4 @@
|
|||
# RUN: not llvm-mc --fatal-warnings %s 2>&1 | FileCheck %s
|
||||
# XFAIL: hexagon
|
||||
|
||||
# CHECK: error: .warning directive invoked in source file
|
||||
.warning
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# RUN: llvm-mc --no-warn %s 2>&1 | FileCheck %s
|
||||
# XFAIL: hexagon
|
||||
|
||||
# CHECK-NOT: warning:
|
||||
.warning
|
||||
|
|
Loading…
Reference in New Issue