@@ -3438,15 +3438,6 @@ impl<'test> TestCx<'test> {
3438
3438
// library.
3439
3439
// 2. We need to run the recipe binary.
3440
3440
3441
- // FIXME(jieyouxu): path examples
3442
- // source_root="/home/gh-jieyouxu/rust"
3443
- // src_root="/home/gh-jieyouxu/rust"
3444
- // build_root="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu"
3445
- // self.config.build_base="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/test/run-make"
3446
- // support_lib_deps="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/stage1-tools/aarch64-unknown-linux-gnu/release/deps"
3447
- // support_lib_deps_deps="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/stage1-tools/release/deps"
3448
- // recipe_bin="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/test/run-make/a-b-a-linker-guard/a-b-a-linker-guard/rmake"
3449
-
3450
3441
// So we assume the rust-lang/rust project setup looks like (our `.` is the top-level
3451
3442
// directory, irrelevant entries to our purposes omitted):
3452
3443
//
@@ -3603,8 +3594,6 @@ impl<'test> TestCx<'test> {
3603
3594
} ;
3604
3595
debug ! ( ?recipe_bin) ;
3605
3596
3606
- // FIXME(jieyouxu): explain what the hecc we are doing here.
3607
- // FIXME(jieyouxu): audit these env vars. some of them only makes sense for make, not rustc!
3608
3597
let mut rustc = Command :: new ( & self . config . rustc_path ) ;
3609
3598
rustc
3610
3599
// Specify output path
@@ -3693,8 +3682,6 @@ impl<'test> TestCx<'test> {
3693
3682
paths
3694
3683
} ;
3695
3684
3696
- // FIXME(jieyouxu): explain what the hecc we are doing here.
3697
- // FIXME(jieyouxu): audit these env vars. some of them only makes sense for make, not rustc!
3698
3685
// FIXME(jieyouxu): please rename `TARGET_RPATH_ENV`, `HOST_RPATH_DIR` and
3699
3686
// `TARGET_RPATH_DIR`, it is **extremely** confusing!
3700
3687
let mut cmd = Command :: new ( & recipe_bin) ;
0 commit comments