From cf0a86485de0ecd5426b4ab79359d7f4e69021dc Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 19 Dec 2016 23:29:18 +0330 Subject: now expects to see clang in path --- extra-tools/dumper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra-tools/dumper.sh b/extra-tools/dumper.sh index 3efe7a3..668913d 100755 --- a/extra-tools/dumper.sh +++ b/extra-tools/dumper.sh @@ -39,5 +39,6 @@ do done if [[ "$RUN" == "1" ]]; then - "/home/bloodstalker/llvm/llvm/build/bin/clang" -Xclang -ast-dump -fsyntax-only "$INPUT" "$OPTIONS" > "$OUTPUT" + "clang" -Xclang -ast-dump -fsyntax-only "$INPUT" "$OPTIONS" > "$OUTPUT" + fi -- cgit v1.2.3