2021-07-15 07:55:00 +00:00
|
|
|
summary: Run the upstream LLVM integration test suite
|
2021-09-17 08:51:44 +00:00
|
|
|
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.
|
2021-07-15 07:55:00 +00:00
|
|
|
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
|
2021-11-03 07:33:46 +00:00
|
|
|
- python3-lit
|
2021-09-17 08:51:44 +00:00
|
|
|
|
|
|
|
# Required in Fedora, but not shipped with RHEL. For future reference, comment the libcxx out as needed.
|
|
|
|
- libcxx-devel
|