You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
written a machine board file riscv-sim.exp to dejagnu folder & site.exp to the test-suites folder where we want to run test-sites.
Run runtest driver, $ runtest --tool gcc
Here i was getting around 18k linker errors.
From those Errors, i have noticed that it was excepting some library. Please check in attached log
Could someone help me fix it?
Here is one analysis done on one test-case :
Run single test case to know whats the problem, with library,
$ runtest --tool gcc gcc.apple=liblongcall.a (Running in x86 ubuntu 16
Machine)
Error:
Invoking the compiler as /home/exaleapserver/ws/khan/tools/LLVM/Basic-llvm/Exe-linux/bin/clang --static /home/exaleapserver/ws/khan/tools/LLVM/test/clang-regression/clang-tests/gcc-4_2-testsuite/src/gcc.apple/special/liblongcall.c -dynamiclib -mlongcall -DNO_TRAMPOLINES -fno-show-column -g -o /home/exaleapserver/ws/khan/tools/LLVM/test/clang-regression/September_26_2019/wrkdir/gcc.apple/special/liblongcall.dylib
output is clang-10: [0;1;35mwarning: argument unused during compilation: '-dynamiclib' [-Wunused-command-line-argument]
FAIL: building longcall/dylib library
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
To run test-suites of clang ,I followed these steps:
Here i was getting around 18k linker errors.
Could someone help me fix it?
Here is one analysis done on one test-case :
Run single test case to know whats the problem, with library,
$ runtest --tool gcc gcc.apple=liblongcall.a (Running in x86 ubuntu 16
Machine)
Error:
Invoking the compiler as /home/exaleapserver/ws/khan/tools/LLVM/Basic-llvm/Exe-linux/bin/clang --static /home/exaleapserver/ws/khan/tools/LLVM/test/clang-regression/clang-tests/gcc-4_2-testsuite/src/gcc.apple/special/liblongcall.c -dynamiclib -mlongcall -DNO_TRAMPOLINES -fno-show-column -g -o /home/exaleapserver/ws/khan/tools/LLVM/test/clang-regression/September_26_2019/wrkdir/gcc.apple/special/liblongcall.dylib
output is clang-10: [0;1;35mwarning: argument unused during compilation: '-dynamiclib' [-Wunused-command-line-argument]
FAIL: building longcall/dylib library
The text was updated successfully, but these errors were encountered: