[all-commits] [llvm/llvm-project] eece19: [libc] Fix not using the static library on amdgpu
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Apr 19 18:06:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eece19515570bc0eb85247904421ae5f09e33c4e
https://github.com/llvm/llvm-project/commit/eece19515570bc0eb85247904421ae5f09e33c4e
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
Log Message:
-----------
[libc] Fix not using the static library on amdgpu
Summary:
We have a CMake condition to not include this static library on NVPTX
because their linker doesn't support it. There was a typo that made this
trigger on all builds not just the NVPTX ones.
More information about the All-commits
mailing list