summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/section-sym-err2.s
blob: 27d8e9a9ac2493191837033440489c2a4d27e05a (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

foo:
.section foo

// CHECK: error: invalid symbol redefinition
OpenPOWER on IntegriCloud