Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
MC
/
ELF
/
section-sym-err.s
blob: 2f7ab6907aa5d3e0815cbdaca147405048c7b6fa [
file
] [
log
] [
blame
]
# RUN: not llvm-mc -filetype=obj -triple x86_64 %s -o %t 2>&1 | FileCheck %s
.section foo
foo
:
# CHECK: [[#@LINE-1]]:1: error: symbol 'foo' is already defined
x1
:
.section x1
# CHECK: <unknown>:0: error: invalid symbol redefinition