Mercurial > hg > CbC > CbC_llvm
view libcxx/test/lit.cfg.py @ 259:011663b4a808
remove duplicate setjmp in return continuation
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Oct 2023 15:52:37 +0900 |
parents | 1f2b6ac9f198 |
children |
line wrap: on
line source
# All the Lit configuration is handled in the site configs -- this file is only # left as a canary to catch invocations of Lit that do not go through llvm-lit. # # Invocations that go through llvm-lit will automatically use the right Lit # site configuration inside the build directory. lit_config.fatal( "You seem to be running Lit directly -- you should be running Lit through " "<build>/bin/llvm-lit, which will ensure that the right Lit configuration " "file is used." )