[cfe-users] RELEASE_380/rc3 clang failed tests

Hans Wennborg via cfe-users cfe-users at lists.llvm.org
Thu Feb 25 16:05:33 PST 2016


Hi Dave,

On Thu, Feb 25, 2016 at 2:32 PM, Dave Ryan via cfe-users
<cfe-users at lists.llvm.org> wrote:
> Scanning dependencies of target check-all
> [100%] Running all regression tests
> lit.py: lit.cfg:195: note: using clang: '/home/dave/llvm_build/./bin/clang'
> FAIL: Clang :: CodeGen/constructor-attribute.c (1627 of 24255)
> ******************** TEST 'Clang :: CodeGen/constructor-attribute.c' FAILED
> ********************
> Script:
> --
> /home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
> /home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -emit-
> llvm -o /home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
> attribute.c.tmp /home/dave/llvm/tools/clang/test/CodeGen/constructor-
> attribute.c
> grep -e "global_ctors.*@A"
> /home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
> attribute.c.tmp
> grep -e "global_dtors.*@B"
> /home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
> attribute.c.tmp
> grep -e "global_ctors.*@C"
> /home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
> attribute.c.tmp
> grep -e "global_dtors.*@D"
> /home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
> attribute.c.tmp
> --
> Exit Code: 2
>
> Command Output (stderr):
> --
> grep: illegal option -- e
> Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .

On what system is this? I think grep -e and -F are both specified by POSIX.



More information about the cfe-users mailing list