mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 16:56:39 +00:00
Fix test for altmacro
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301799 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
079b067df7
commit
50597189bb
@ -1,4 +1,4 @@
|
||||
# RUN: llvm-mc %s| FileCheck %s
|
||||
# RUN: llvm-mc -triple i386-linux-gnu %s | FileCheck %s
|
||||
|
||||
# Checking that the '%' was evaluated as a string first
|
||||
# In a fail scenario: The asmprint will print: addl $%(1+4), %eax
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: not llvm-mc %s 2>&1 | FileCheck %s
|
||||
# RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s
|
||||
|
||||
# This test is a negative test for the altmacro expression.
|
||||
# In this test we check the '.noaltmacro' directive.
|
||||
|
Loading…
Reference in New Issue
Block a user