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