[PATCH] D28312: NewGVN: Fix PR 31501.
Jack Howarth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 20:57:44 PST 2017
jwhowarth added a comment.
The most interesting failures are those of the format...
/sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./bin/bugpoint -load /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./lib/BugpointPasses.dylib /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/test/BugPoint/remove_arguments_test.ll -output-prefix /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/test/BugPoint/Output/remove_arguments_test.ll.tmp -bugpoint-crashcalls -silence-passes
/sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./bin/llvm-dis /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/test/BugPoint/Output/remove_arguments_test.ll.tmp-reduced-simplified.bc -o - | /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./bin/FileCheck /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/test/BugPoint/remove_arguments_test.ll
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Exit Code: 139
Command Output (stderr):
------------------------
Two passes with the same argument (-domtree) attempted to be registered!
0 libLLVM.dylib 0x000000010733cb78 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 40
1 libLLVM.dylib 0x000000010733d1f6 SignalHandler(int) + 566
2 libsystem_platform.dylib 0x00007fffdc343bba _sigtramp + 26
3 libsystem_platform.dylib 0x0000000114507c54 _sigtramp + 941375668
Stack dump:
0. Program arguments: /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./bin/bugpoint -load /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./lib/BugpointPasses.dylib /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/test/BugPoint/remove_arguments_test.ll -output-prefix /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/test/BugPoint/Output/remove_arguments_test.ll.tmp -bugpoint-crashcalls -silence-passes
/sw/src/fink.build/llvm40-4.0.0-1/build/stage3/test/BugPoint/Output/remove_arguments_test.ll.script: line 2: 3748 Segmentation fault: 11 /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./bin/bugpoint -load /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/./lib/BugpointPasses.dylib /sw/src/fink.build/llvm40-4.0.0-1/llvm-4.0.0.src/test/BugPoint/remove_arguments_test.ll -output-prefix /sw/src/fink.build/llvm40-4.0.0-1/build/stage3/test/BugPoint/Output/remove_arguments_test.ll.tmp -bugpoint-crashcalls -silence-passes
Repository:
rL LLVM
https://reviews.llvm.org/D28312
More information about the llvm-commits
mailing list