Skip to content

Instantly share code, notes, and snippets.

View scottcarr's full-sized avatar

Scott Carr scottcarr

  • Detroit, MI
View GitHub Profile
"/usr/bin/ld" --eh-frame-hdr -m elf_x86_64 -shared -o libc++.so.1.0 /usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o -L/home/scott/research/vtrust/vt-llvm/build-debug-VTMap/lib -L/usr/lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/lib -L/usr/lib -plugin /home/scott/research/vtrust/vt-llvm/build-debug-VTMap/bin/../lib/LLVMgold.so -plugin-opt=mcpu=x86-64 -plugin-opt=-load=/home/scott/research/vtrust/vt-llvm/build-debug-VTMap/lib/libLTO.so -plugin-opt=also-emit-llvm -plugin-opt=-also-emit-llvm-lto -lVTLib -rpath=/home/scott/research/vtrust/vt-llvm/build-debug-VTMap/lib -plugin-opt=-load=/home/scott/research/vtrust/vt-llvm/build-debug-VTMap/lib/LLVMVTMetadataRecovery.so -plugin-opt=-VTMetadataRecovery -plugin-opt=-load=/home/scott/research/vtrust/vt-llvm/build-debug-VTMap/lib/LLVMVT
CPU 0:
vendor_id = "GenuineIntel"
version information (1/eax):
processor type = primary processor (0)
family = Intel Pentium Pro/II/III/Celeron/Core/Core 2/Atom, AMD Athlon/Duron, Cyrix M2, VIA C3 (6)
model = 0xe (14)
stepping id = 0x3 (3)
extended family = 0x0 (0)
extended model = 0x5 (5)
(simple synth) = Intel Pentium II / Pentium III / Pentium M / Celeron / Celeron M / Core / Core 2 / Core i / Xeon / Atom (unknown model)
// MIR for `test`
// node_id = 4
// pass_name = MoveUpPropagation
// disambiguator = after
fn test(arg0: &[u64; 8]) -> [u64; 8] {
scope 1 {
let var0: &[u64; 8]; // "a" in scope 1 at main.rs:3:13: 3:14
scope 2 {
scope 3 {
cfg: version 1.12.0-dev (8eb7e6a0f 2016-07-28)
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling debug assertions (CFG_ENABLE_DEBUG_ASSERTIONS)
cfg: enabling debuginfo (CFG_ENABLE_DEBUGINFO)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: have good valgrind for x86_64-apple-darwin
cfg: using CC=ccache clang (CFG_CC)
cfg: version 1.12.0-dev (8eb7e6a0f 2016-07-28)
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling debug assertions (CFG_ENABLE_DEBUG_ASSERTIONS)
cfg: enabling debuginfo (CFG_ENABLE_DEBUGINFO)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: have good valgrind for x86_64-apple-darwin
cfg: using CC=ccache clang (CFG_CC)
src/liblibc/src/unix/bsd/apple/mod.rs:959:58: 962:2 error: constant contains unimplemented expression type [E0019]
src/liblibc/src/unix/bsd/apple/mod.rs:959
^
src/liblibc/src/unix/bsd/apple/mod.rs:959:58: 962:2 error: blocks in constants are limited to items and tail expressions [E0016]
src/liblibc/src/unix/bsd/apple/mod.rs:959
^
src/liblibc/src/unix/bsd/apple/mod.rs:959:58: 962:2 error: constant contains unimplemented expression type [E0019]
src/liblibc/src/unix/bsd/apple/mod.rs:959
^
src/liblibc/src/unix/bsd/apple/mod.rs:959:58: 962:2 error: blocks in constants are limited to items and tail expressions [E0016]
// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
src/librustc_mir/transform/move_up_propagation.rs:358:13: 358:37 note: in this expansion of debug! (defined in <log macros>)
<log macros>:3:1: 5:2 warning: static item is never used: `LOC`, #[warn(dead_code)] on by default
<log macros>:3 static LOC : :: log :: LogLocation = :: log :: LogLocation {
run mir-opt [x86_64-apple-darwin]: x86_64-apple-darwin/stage1/bin/compiletest
thread 'main' panicked at 'invalid mode', src/libcore/option.rs:699
note: Run with `RUST_BACKTRACE=1` for a backtrace.
make: *** [tmp/check-stage1-T-x86_64-apple-darwin-H-x86_64-apple-darwin-mir-opt.ok] Error 101
35
28
26
25
21
19
17
13
12
12