LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen Doesn't Exist

I was trying to compile SAFECode, and I got this error message:

make[3]: *** No rule to make target /Users/peterfinn/Desktop/build/projects/safecode/Debug+Asserts/lib/libLLVMTableGen.a', needed by /Users/peterfinn/Desktop/build/projects/safecode/Debug+Asserts/bin/clang-tblgen’. Stop.

I looked for LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen, to correct it and make it look in the right directory, but that file doesn’t appear to exist. What’s going on?

(My LLVM_OBJ directory is called “build”. That’s what that’s referring to.)

Thanks,
Peter Finn

I assume that LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen doesn’t exist until things start compiling, so I need to figure out how it’s created during compile time, so that I can make sure it looks for libLLVMTableGen.a in the correct location. How can I do this?

Thanks,
Peter Finn