[...] > Moreover, a test-case can be helpful, e.g. "Is clang clobbering RCX?" > when it's a clang-bug. > > I tried to find some suitable test-case myself. > > The clang-source has a test-dir, but this is new to me. > > I tried to run a single test like test/Sema/asm.c in [1] with > llvm-tools Debian-package which ships "lit.py" script. > [...]
> [1] https://raw.githubusercontent.com/llvm-mirror/clang/master/test/Sema/asm.c > [2] https://llvm.org/docs/CommandGuide/lit.html > [3] https://llvm.org/docs/TestingGuide.html > [4] https://llvm.org/docs/TestSuiteMakefileGuide.html In [5] are some hints on running a single test... - Sedat - [5] http://clang.llvm.org/hacking.html

