Files
llvm-project/llvm/lib/Support/ProgramStack.cpp
Christopher Di Bella e93f771dc2 adds <cstdlib> to ProgramStack.cpp (#194249)
Building `LLVMSupport` with libc++ causes Clang to error because
`malloc` and `free` aren't declared before they're used in
`ProgramStack.cpp`.
2026-04-29 02:55:10 +08:00

1.8 KiB