linker error breaking clang build

Did someone forget to check something in?

llvm[1]: Linking Debug executable clang
Undefined symbols:
   "llvm::Function::BuildLazyArguments() const", referenced from:
       llvm::Function::CheckLazyArguments() constin libclangCodeGen.a(CodeGenFunction.o)
       llvm::Function::CheckLazyArguments() constin libclangCodeGen.a(CGStmt.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [/Volumes/Data/Users/kremenek/dev/src/llvm/Debug/bin/clang] Error 1
make: *** [all] Error 1

It builds for me. You probably updated your LLVM headers but didn't rebuild llvm/lib/VMCore.

-Chris

Nevermind. This is my fault. I needed to rebuild the latest version of LLVM.