brintos

brintos / llvm-project-archived public Read only

0
0
Text · 540 B · 0860f1b Raw
11 lines · plain
1# FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.2UNSUPPORTED: target={{.*windows.*}}3RUN: mkdir -p %t.dir && cd %t.dir4RUN: %cpp_compiler %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -shared -o %dynamiclib15RUN: %cpp_compiler %S/DSO2.cpp -fPIC %ld_flags_rpath_so2 -shared -o %dynamiclib26RUN: %cpp_compiler %S/DSOTestMain.cpp %S/DSOTestExtra.cpp %ld_flags_rpath_exe1 %ld_flags_rpath_exe2 -o %t.dir/DSOTest7 8RUN: not %run %t.dir/DSOTest 2>&1 | FileCheck %s --check-prefix=DSO9DSO: INFO: Loaded 3 modules10DSO: BINGO11