File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 31
31
32
32
## Test some cases when a relocatable object file provides a non-exported definition.
33
33
# RUN: not ld.lld main.o a.so def-hidden.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=NONEXPORTED
34
+ ## TODO
35
+ # RUN: ld.lld main.o def-hidden.o a.so -o /dev/null
34
36
# RUN: not ld.lld main.o a.so def-hidden.o -shared --no-allow-shlib-undefined -o /dev/null 2>&1 | FileCheck %s --check-prefix=NONEXPORTED
35
37
# RUN: ld.lld main.o a.so def-hidden.o --allow-shlib-undefined --fatal-warnings -o /dev/null
36
38
## Test a relocatable object file definition that is converted to STB_LOCAL.
37
39
# RUN: not ld.lld main.o a.so def-hidden.o --version-script=local.ver -o /dev/null 2>&1 | FileCheck %s --check-prefix=NONEXPORTED
40
+ ## TODO
41
+ # RUN: ld.lld main.o def-hidden.o a.so --version-script=local.ver -o /dev/null
38
42
39
43
## The section containing the definition is discarded, and we report an error.
40
44
# RUN: not ld.lld --gc-sections main.o a.so def-hidden.o -o /dev/null 2>&1 | FileCheck %s
You can’t perform that action at this time.
0 commit comments