Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
31edb51a4f274e97a9c54ae830b1896c690b8cf7
/
.
/
lld
/
test
/
multiple-def-error.objtxt
blob: 62defbd52bc2395012a3ed86cae5adcec87ef7aa [
file
] [
log
] [
blame
]
# RUN: lld -core %s 2>&1 | FileCheck %s
#
# Test that multiple definitions cause an error
#
# CHECK: duplicate symbol
---
defined
-
atoms
:
-
name
:
_foo
scope
:
global
type
:
data
---
defined
-
atoms
:
-
name
:
_foo
scope
:
global
type
:
data
...