Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"llvm/IR/IntrinsicEnums.inc", which is part of LLVMDebugInfoDWARF, is required when building create_llvm_prof.cc Added LLVMDebugInfoDWARF to create_llvm_prof.cc's dep list. It is a confluence of circumstances that this error was not caught while building on my workstation, the reason being that it has so many cores (>100), that LLVMDebugInfoDWARF is built as other's deplist, prior to create_llvm_prof.cc. I reproduced it when building on my other workstation with 24 cores.
- Loading branch information