mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Test with a Clang version old enough to have caught the regression fixed
by commit 9411766c35 (BinUtils: Avoid llvm-objdump versions older than
Clang 9, 2021-05-29).
3 lines
57 B
Bash
3 lines
57 B
Bash
export CC=/usr/bin/clang-7
|
|
export CXX=/usr/bin/clang++-7
|