https://bugs.llvm.org/show_bug.cgi?id=41912

            Bug ID: 41912
           Summary: FileCheck is proveded by a different package
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: deb packages
          Assignee: unassignedb...@nondot.org
          Reporter: zsolt.parr...@cancellar.hu
                CC: llvm-bugs@lists.llvm.org

According to the man page, FileCheck is installed as part of the llvm package
on ubuntu: 

http://manpages.ubuntu.com/manpages/disco/man1/FileCheck-8.1.html

(and I do remember that it was the case earlier)

In reality, the executable was moved to the llvm-<version>-tools package, and
requires an explicit version or a modified path:

dpkg-query -L llvm-8 | grep -i file
/usr/share/man/man1/FileCheck-8.1.gz

dpkg-query -L llvm-8-tools | grep -i file
/usr/lib/llvm-8/bin/FileCheck
/usr/bin/FileCheck-8

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to