[PATCH] D60974: Clang IFSO driver action.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 1 10:57:06 PDT 2019
ymandel added a comment.
In D60974#1565054 <https://reviews.llvm.org/D60974#1565054>, @plotfi wrote:
> So I think I know what may be going on on your end. The llvm-readelf in your path I believe might be the wrong lllvm-readelf (llvm-readelf-7). Are you sure you built llvm-readelf from git?
Right -- no, I'm not. I explicitly added the llvm-7 bin to my path because without it, those tests fail with:
build/tools/clang/test/InterfaceStubs/Output/visibility.cpp.script: line 7: llvm-readelf: command not found
Sorry I didn't mention this up front. I've never needed llvm-readelf before -- what is the standard way to build/install from git?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60974/new/
https://reviews.llvm.org/D60974
More information about the cfe-commits
mailing list