[all-commits] [llvm/llvm-project] 179a7f: [libc] Fix dependency to unit tests, and quitting ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Mar 17 11:08:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 179a7f1ea26226d65a7287e03eaf03994c93a3cb
https://github.com/llvm/llvm-project/commit/179a7f1ea26226d65a7287e03eaf03994c93a3cb
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M libc/test/CMakeLists.txt
Log Message:
-----------
[libc] Fix dependency to unit tests, and quitting in non-GPU mode
Summary:
Fixes the lack of a dependency after changing the order of some
includes. Also we weren't running any tests as the GPU was always
disabling them. Fix the logic.
More information about the All-commits
mailing list