mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
027da3930a
I find these comments useful, especially for my future self who would be dealing with the subtle changes between Fedora and downstream.
28 lines
692 B
Text
28 lines
692 B
Text
summary: Run the upstream LLVM integration test suite
|
|
description: |
|
|
Run the upstream LLVM integration test suite
|
|
|
|
NOTE: don't forget to disable libcxx tests when libcxx is not available, by adding -DENABLE_LIBCXX=OFF.
|
|
test: ./test.sh
|
|
require:
|
|
- cmake
|
|
- llvm-devel
|
|
- clang
|
|
- clang-analyzer
|
|
- clang-tools-extra
|
|
- compiler-rt
|
|
- ninja-build
|
|
- libomp-devel
|
|
- lld
|
|
- lldb
|
|
- git
|
|
- make
|
|
- libstdc++-static
|
|
- clang-devel
|
|
|
|
# In Fedora, python-lit is valid. In RHEL, however, the actual package is python3-lit.
|
|
- python-lit
|
|
# - python3-lit
|
|
|
|
# Required in Fedora, but not shipped with RHEL. For future reference, comment the libcxx out as needed.
|
|
- libcxx-devel
|