llvm-project/clang/test/Interpreter/Inputs/libdynamic-library-test.so
Anubhab Ghosh 7f96ce5e13 [clang-repl] Fix dynamic library test to avoid cstdio and linker
Some platforms do not have a working linker present. The goal is to
only test the loading of a shared library in clang-repl. A precompiled
library is used instead.

The cstdio header may also not be present. We only need printf.

Related discussion in D141824

Differential Revision: https://reviews.llvm.org/D148992
2023-04-26 09:11:09 +05:30

14 KiB
Executable File