Building `LLVMSupport` with libc++ causes Clang to error because `malloc` and `free` aren't declared before they're used in `ProgramStack.cpp`.
1.8 KiB
1.8 KiB
Building `LLVMSupport` with libc++ causes Clang to error because `malloc` and `free` aren't declared before they're used in `ProgramStack.cpp`.