Displaying 2 results from an estimated 2 matches for "lit_filter".
2019 Oct 31
2
How to run single compiler-rt test in monorepo?
Hello all,
I am having trouble running only a single lit-based test of compiler-rt.
My folder structure is: inside the llvm monorepo checkout, I have a dir
"build" with subdir "buildtrunk". I ran cmake inside "buildtrunk" and also
run ninja from there.
For LLVM I can do the following:
> cd build/buildtrunk/test
> ../bin/llvm-lit --show-tests .
And it shows
2018 May 06
3
[clang] Running a single testcase
Hi,
while experimenting with llvmlinux on Debian/testing AMD64 I wanted to
run some x86-64 ASM tests.
I fell over [1] and wanted to run it.
So, I cloned clang from Git...
$ git clone https://github.com/llvm-mirror/clang.git
I looked through some docs where I have seen I need "llvm-lit" or "lit.py".
The Debian package llvm-7-tools from <apt.llvm.org> does ship