Created
September 6, 2013 05:50
-
-
Save jbclements/6460010 to your computer and use it in GitHub Desktop.
codegen test failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run codegen [x86_64-apple-darwin]: x86_64-apple-darwin/stage2/bin/compiletest | |
running 9 tests | |
test [codegen] codegen/iterate-over-array.rs ... | |
error: extracting 'test' function failed | |
command: /Users/clements/rust/build/x86_64-apple-darwin/llvm/Release+Asserts/bin/llvm-extract -func=test -o=x86_64-apple-darwin/test/codegen/iterate-over-array-clang-extract.bc x86_64-apple-darwin/test/codegen/iterate-over-array-clang.bc | |
stdout: | |
------------------------------------------ | |
------------------------------------------ | |
stderr: | |
------------------------------------------ | |
/Users/clements/rust/build/x86_64-apple-darwin/llvm/Release+Asserts/bin/llvm-extract: x86_64-apple-darwin/test/codegen/iterate-over-array-clang.bc: error: Invalid MODULE_CODE_GLOBALVAR record | |
------------------------------------------ | |
task <unnamed> failed at 'explicit failure', /Users/clements/rust/src/compiletest/runtest.rs:778 | |
make: *** [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-codegen.ok] Error 101 | |
p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment