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 3131
3232## Test some cases when a relocatable object file provides a non-exported definition.
3333# 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
3436# 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
3537# RUN: ld.lld main.o a.so def-hidden.o --allow-shlib-undefined --fatal-warnings -o /dev/null
3638## Test a relocatable object file definition that is converted to STB_LOCAL.
3739# 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
3842
3943## The section containing the definition is discarded, and we report an error.
4044# 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