mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
b7f7ff0fcb
Easier for downstream to adapt, one less difference.
25 lines
585 B
Text
25 lines
585 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
|
|
- python3-lit
|
|
|
|
# Required in Fedora, but not shipped with RHEL. For future reference, comment the libcxx out as needed.
|
|
- libcxx-devel
|