Skip to content

Commit a346f39

Browse files
committed
---
yaml --- r: 206228 b: refs/heads/beta c: 9f36ec0 h: refs/heads/master v: v3
1 parent 384d062 commit a346f39

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3030
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3131
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
32-
refs/heads/beta: 7e2b09351de0f0f647aa92942781f5e5c5d1ee45
32+
refs/heads/beta: 9f36ec0d4272006eb02f156280626efef7292dde
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3535
refs/heads/tmp: 579e31929feff51dcaf8d444648eff8de735f91a

branches/beta/src/librustc_back/target/arm_linux_androideabi.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ use target::Target;
1313
pub fn target() -> Target {
1414
let mut base = super::android_base::opts();
1515
base.features = "+v7".to_string();
16-
// FIXME #17437 (and #17448): Android doesn't support position dependent executables anymore.
17-
base.position_independent_executables = false;
1816

1917
Target {
2018
data_layout: "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-\

branches/beta/src/test/run-pass/backtrace.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// no-pretty-expanded FIXME #15189
1212
// ignore-windows FIXME #13259
13+
// ignore-android FIXME #17520
1314

1415
use std::env;
1516
use std::process::{Command, Stdio};

0 commit comments

Comments
 (0)