[all-commits] [llvm/llvm-project] 2d433a: Revert "[CMake] Provide Findzstd module"
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 6 03:03:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d433aebc15b83700f184f0a0738b29a85a096f4
https://github.com/llvm/llvm-project/commit/2d433aebc15b83700f184f0a0738b29a85a096f4
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
R llvm/cmake/modules/Findzstd.cmake
Log Message:
-----------
Revert "[CMake] Provide Findzstd module"
This reverts commit 849059861c63f5d89a6956191ecb8da8acf16bdb.
This breaks running llvm tests:
llvm-lit: /home/npopov/repos/llvm-project/llvm/utils/lit/lit/TestingConfig.py:138: fatal: unable to parse config file '/home/npopov/repos/llvm-project/build/test/lit.site.cfg.py', traceback: Traceback (most recent call last):
File "/home/npopov/repos/llvm-project/llvm/utils/lit/lit/TestingConfig.py", line 127, in load_from_path
exec(compile(data, path, 'exec'), cfg_globals, None)
File "/home/npopov/repos/llvm-project/build/test/lit.site.cfg.py", line 48, in <module>
config.have_zstd = FALSE
NameError: name 'FALSE' is not defined
More information about the All-commits
mailing list