LLVM "compiler-rt" runtime libraries
Go to file
Miro Hrončok 5e9ea9c1cf Fix install path on i686
See https://src.fedoraproject.org/rpms/rapidfuzz-cpp/pull-request/1#comment-172023

    [ 43%] Linking CXX executable fuzz_osa_distance
    cd /builddir/build/BUILD/rapidfuzz-cpp-2.2.3/redhat-linux-build/fuzzing && /usr/bin/cmake -E cmake_link_script CMakeFiles/fuzz_osa_distance.dir/link.txt --verbose=1
    /usr/bin/clang++ -O2 -flto=thin -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS --config /usr/lib/rpm/redhat/redhat-hardened-clang.cfg -fstack-protector-strong   -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now   -flto=thin -Wl,--build-id=sha1 CMakeFiles/fuzz_osa_distance.dir/fuzz_osa_distance.cpp.o -o fuzz_osa_distance  -fsanitize=fuzzer,address
    /usr/bin/ld: cannot find /usr/bin/../lib/clang/17/lib/linux/libclang_rt.fuzzer-i386.a: No such file or directory
    /usr/bin/ld: cannot find /usr/bin/../lib/clang/17/lib/linux/libclang_rt.asan_static-i386.a: No such file or directory
    /usr/bin/ld: cannot find /usr/bin/../lib/clang/17/lib/linux/libclang_rt.asan-i386.a: No such file or directory
    /usr/bin/ld: cannot find /usr/bin/../lib/clang/17/lib/linux/libclang_rt.asan_cxx-i386.a: No such file or directory
    clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Note that renaming the directory is not enough,
because clang -m32 on x86_64 expects the i386 name.
2023-12-14 11:12:22 +01:00
.copr Update to LLVM 17.0.0 RC 1 2023-08-10 10:32:06 -03:00
.fmf tests: convert to TMT 2021-11-19 11:14:32 +00:00
tests Migrate tests to tests/compiler-rt repo 2022-09-20 07:56:23 +00:00
.gitignore Improve .gitignore 2023-03-15 15:28:15 -03:00
0001-compiler-rt-Fix-FLOAT16-feature-detection.patch Fix FLOAT16 detection 2023-09-05 09:52:20 -03:00
compiler-rt.rpmlintrc Add rpmlintrc and fix a few rpmlint warnings 2021-11-10 10:09:21 +01:00
compiler-rt.spec Fix install path on i686 2023-12-14 11:12:22 +01:00
gating.yaml Use llvm-integration-test-suite for gating 2021-05-10 20:13:09 +02:00
hans-gpg-key.asc 10.0.0rc1 2020-02-06 15:18:08 +00:00
release-keys.asc Update to LLVM 15.0.0 2022-09-06 14:09:13 +02:00
rpminspect.yaml Update rpminspect.yaml config 2023-11-08 14:08:17 +01:00
sources Update to LLVM 17.0.6 2023-11-29 10:44:09 -03:00