aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/MC/ELF/section-sym-err.s
blob: afed21dbe7237dad1d5797b374d7913ff6ad04c2 (plain)
1
2
3
4
5
6
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t.o 2>&1 | FileCheck %s

.section foo
foo:

// CHECK: error: symbol 'foo' is already defined