mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 00:31:49 +00:00
Forgot to add testcase for r198590
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199765 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da3446099d
commit
ce5f07f33c
7
test/MC/COFF/bad-expr.s
Normal file
7
test/MC/COFF/bad-expr.s
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s
|
||||
|
||||
// CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression
|
||||
|
||||
.data
|
||||
_x:
|
||||
.long _x-__ImageBase
|
8
test/MC/ELF/bad-expr.s
Normal file
8
test/MC/ELF/bad-expr.s
Normal file
@ -0,0 +1,8 @@
|
||||
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null 2>%t
|
||||
// RUN: FileCheck --input-file=%t %s
|
||||
|
||||
// CHECK: symbol '__executable_start' can not be undefined in a subtraction expression
|
||||
|
||||
.data
|
||||
x:
|
||||
.quad x-__executable_start
|
Loading…
x
Reference in New Issue
Block a user