[all-commits] [llvm/llvm-project] 9a6517: [libc][NFC] Do not emit init / fini kernels in NVP...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Nov 13 07:24:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a6517e63a211080335f5226a53523c80d7168b8
https://github.com/llvm/llvm-project/commit/9a6517e63a211080335f5226a53523c80d7168b8
Author: Joseph Huber <huberjn at outlook.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCObjectRules.cmake
Log Message:
-----------
[libc][NFC] Do not emit init / fini kernels in NVPTX libc
Summray:
A recent patch upgrades the NVPTX ctor / dtor lowering pass to emit
kernels so other languages can call them. We do this manually in `libc`
so we do not need this. Use the provided flag to disable this step to
keep the created kernels cleaner.
More information about the All-commits
mailing list