clang/clang.rpmlintrc
Konrad Kleine d3f369d5e1 Update to 18.1.6
Fix Unknown tag: %constrain_build -m 3072

Related: RHEL-28670

Link with lld on non-s390x archs
2024-06-01 17:40:08 +02:00

7 lines
390 B
Plaintext

# clang needs libstdc++-devel installed in order to compile c++ programs.
addFilter("E: devel-dependency libstdc\+\+-devel")
addFilter("E: explicit-lib-dependency libstdc\+\+-devel")
# clang installs libear to /usr/lib on all arches, so we have to use
# a hard-coded /usr/lib path in order to move it to the python3 sitelib.
addFilter("E: hardcoded-library-path in %{_prefix}/lib/{libear")