[clang] [libc] [llvm] [AMDGPU] Implement variadic functions by IR lowering (PR #93362)
Jon Chesterfield via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 4 05:15:35 PDT 2024
================
@@ -33,6 +33,7 @@ static_library("IPO") {
"DeadArgumentElimination.cpp",
"ElimAvailExtern.cpp",
"EmbedBitcodePass.cpp",
+ "ExpandVariadics.cpp",
----------------
JonChesterfield wrote:
Nice, I did not know what. I am indeed not a BUILD.gn user.
https://github.com/llvm/llvm-project/pull/93362
More information about the cfe-commits
mailing list