]> git.lizzy.rs Git - rust.git/commit
test: Add the ability to force a host target
authorAlex Crichton <alex@alexcrichton.com>
Fri, 17 Jan 2014 18:18:02 +0000 (10:18 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 17 Jan 2014 19:13:22 +0000 (11:13 -0800)
commitbd469341ebd1d0a0053507b0f012601d09b55d76
tree095b3532b71606b3ca394946a2a8a86145dcb1e6
parent4098327b1fe1112ddf661b587be9eeec1d80adde
test: Add the ability to force a host target

The new macro loading infrastructure needs the ability to force a
procedural-macro crate to be built with the host architecture rather than the
target architecture (because the compiler is just about to dlopen it).
mk/tests.mk
src/compiletest/common.rs
src/compiletest/compiletest.rs
src/compiletest/header.rs
src/compiletest/runtest.rs
src/test/auxiliary/macro_crate_test.rs
src/test/run-pass/phase-syntax-link-does-resolve.rs