This is not really true :) http://lab.llvm.org:8013/builders/clang-x86_64-darwin11-nobootstrap-RAincremental/builds/11315
I reverted this commit in r200258. On Jan 26, 2014, at 4:34, NAKAMURA Takumi <[email protected]> wrote: > Author: chapuni > Date: Sun Jan 26 06:34:54 2014 > New Revision: 200145 > > URL: http://llvm.org/viewvc/llvm-project?rev=200145&view=rev > Log: > Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a > RUN command line." > > This feature has been unused anymore. > > Modified: > cfe/trunk/test/lit.cfg > > Modified: cfe/trunk/test/lit.cfg > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=200145&r1=200144&r2=200145&view=diff > ============================================================================== > --- cfe/trunk/test/lit.cfg (original) > +++ cfe/trunk/test/lit.cfg Sun Jan 26 06:34:54 2014 > @@ -44,7 +44,7 @@ else: > config.test_format = lit.formats.ShTest(execute_external) > > # suffixes: A list of file extensions to treat as test files. > -config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll', '.cl', '.s'] > +config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.cl', '.s'] > > # excludes: A list of directories to exclude from the testsuite. The 'Inputs' > # subdirectories contain auxiliary inputs for various tests in their parent > @@ -263,7 +263,6 @@ config.substitutions.append( ('%clang_cl > config.substitutions.append( ('%clangxx', ' ' + config.clang + > ' --driver-mode=g++ ')) > config.substitutions.append( ('%clang', ' ' + config.clang + ' ') ) > -config.substitutions.append( ('%test_debuginfo', ' ' + config.llvm_src_root > + '/utils/test_debuginfo.pl ') ) > config.substitutions.append( ('%itanium_abi_triple', > makeItaniumABITriple(config.target_triple)) ) > config.substitutions.append( ('%ms_abi_triple', > makeMSABITriple(config.target_triple)) ) > > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
