[all-commits] [llvm/llvm-project] 22ebf1: [libc][Obvious] Do not pass 'nolibc' and other fla...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Sep 29 10:57:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22ebf1e9b702e59077d668f3fc07632970db5968
https://github.com/llvm/llvm-project/commit/22ebf1e9b702e59077d668f3fc07632970db5968
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
Log Message:
-----------
[libc][Obvious] Do not pass 'nolibc' and other flags to the GPU build
Summary:
Previously this code was applied to the integration tests but did not
copy the logic that stopped this from being passed to the GPU build.
Copy the full line to avoid the warnings and prevent any libraries from
being included.
More information about the All-commits
mailing list