mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 16:03:58 +00:00
44cb0f3803
Requires "native" feature in most places that were failing. From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243960 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
# RUN: not llvm-mc --fatal-warnings %s 2>&1 | FileCheck %s
|
|
# XFAIL: hexagon
|
|
# REQUIRES: native
|
|
|
|
# CHECK: error: .warning directive invoked in source file
|
|
.warning
|