Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix. backport compilation with llvm9 and earlier
llvm::SectionRef changed the `getName` interface since LLVM10, in particular, in commit llvm/llvm-project@a11d302fa0. In llvm-9 and early version, `getName` required a StringRef reference as a parameter, and returned a std::error_code.
- Loading branch information