[libc-commits] [clang] [libc] [llvm] [AMDGPU] Implement variadic functions by IR lowering (PR #93362)

Eli Friedman via libc-commits libc-commits at lists.llvm.org
Mon Jun 3 21:17:53 PDT 2024


================
@@ -33,6 +33,7 @@ static_library("IPO") {
     "DeadArgumentElimination.cpp",
     "ElimAvailExtern.cpp",
     "EmbedBitcodePass.cpp",
+    "ExpandVariadics.cpp",
----------------
efriedma-quic wrote:

There's a bot that updates the gn files automatically... so unless you're building this way, I'd suggest not touching this file.

https://github.com/llvm/llvm-project/pull/93362


More information about the libc-commits mailing list