You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lld/test/wasm/target-feature-required.yaml
+5-5
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Sections:
41
41
...
42
42
43
43
# SPECIFIED: - Type: CUSTOM
44
-
# SPECIFIED-NEXT: Name: target_features
44
+
# SPECIFIED: Name: target_features
45
45
# SPECIFIED-NEXT: Features:
46
46
# SPECIFIED-NEXT: - Prefix: USED
47
47
# SPECIFIED-NEXT: Name: bar
@@ -54,7 +54,7 @@ Sections:
54
54
# UNSPECIFIED: Target feature 'foo' used by {{.*}}target-feature-required.yaml.tmp1.o is not allowed.{{$}}
55
55
56
56
# UNSPECIFIED-NOCHECK: - Type: CUSTOM
57
-
# UNSPECIFIED-NOCHECK-NEXT: Name: target_features
57
+
# UNSPECIFIED-NOCHECK: Name: target_features
58
58
# UNSPECIFIED-NOCHECK-NEXT: Features:
59
59
# UNSPECIFIED-NOCHECK-NEXT: - Prefix: USED
60
60
# UNSPECIFIED-NOCHECK-NEXT: Name: bar
@@ -65,7 +65,7 @@ Sections:
65
65
# UNSPECIFIED-NOCHECK-NEXT: ...
66
66
67
67
# REQUIRED: - Type: CUSTOM
68
-
# REQUIRED-NEXT: Name: target_features
68
+
# REQUIRED: Name: target_features
69
69
# REQUIRED-NEXT: Features:
70
70
# REQUIRED-NEXT: - Prefix: USED
71
71
# REQUIRED-NEXT: Name: foo
@@ -74,7 +74,7 @@ Sections:
74
74
# DISALLOWED: Target feature 'foo' used in {{.*}}target-feature-required.yaml.tmp1.o is disallowed by {{.*}}target-feature-required.yaml.tmp.disallowed.o. Use --no-check-features to suppress.{{$}}
75
75
76
76
# DISALLOWED-NOCHECK: - Type: CUSTOM
77
-
# DISALLOWED-NOCHECK-NEXT: Name: target_features
77
+
# DISALLOWED-NOCHECK: Name: target_features
78
78
# DISALLOWED-NOCHECK-NEXT: Features:
79
79
# DISALLOWED-NOCHECK-NEXT: - Prefix: USED
80
80
# DISALLOWED-NOCHECK-NEXT: Name: foo
@@ -83,7 +83,7 @@ Sections:
83
83
# NONE: Missing target feature 'foo' in {{.*}}target-feature-required.yaml.tmp.none.o, required by {{.*}}target-feature-required.yaml.tmp1.o. Use --no-check-features to suppress.{{$}}
Copy file name to clipboardexpand all lines: lld/test/wasm/target-feature-used.yaml
+6-6
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Sections:
43
43
...
44
44
45
45
# SPECIFIED: - Type: CUSTOM
46
-
# SPECIFIED-NEXT: Name: target_features
46
+
# SPECIFIED: Name: target_features
47
47
# SPECIFIED-NEXT: Features:
48
48
# SPECIFIED-NEXT: - Prefix: USED
49
49
# SPECIFIED-NEXT: Name: bar
@@ -56,7 +56,7 @@ Sections:
56
56
# UNSPECIFIED: Target feature 'foo' used by {{.*}}target-feature-used.yaml.tmp1.o is not allowed.{{$}}
57
57
58
58
# UNSPECIFIED-NOCHECK: - Type: CUSTOM
59
-
# UNSPECIFIED-NOCHECK-NEXT: Name: target_features
59
+
# UNSPECIFIED-NOCHECK: Name: target_features
60
60
# UNSPECIFIED-NOCHECK-NEXT: Features:
61
61
# UNSPECIFIED-NOCHECK-NEXT: - Prefix: USED
62
62
# UNSPECIFIED-NOCHECK-NEXT: Name: bar
@@ -67,14 +67,14 @@ Sections:
67
67
# UNSPECIFIED-NOCHECK-NEXT: ...
68
68
69
69
# USED: - Type: CUSTOM
70
-
# USED-NEXT: Name: target_features
70
+
# USED: Name: target_features
71
71
# USED-NEXT: Features:
72
72
# USED-NEXT: - Prefix: USED
73
73
# USED-NEXT: Name: foo
74
74
# USED-NEXT: ...
75
75
76
76
# REQUIRED: - Type: CUSTOM
77
-
# REQUIRED-NEXT: Name: target_features
77
+
# REQUIRED: Name: target_features
78
78
# REQUIRED-NEXT: Features:
79
79
# REQUIRED-NEXT: - Prefix: USED
80
80
# REQUIRED-NEXT: Name: foo
@@ -83,14 +83,14 @@ Sections:
83
83
# DISALLOWED: Target feature 'foo' used in {{.*}}target-feature-used.yaml.tmp1.o is disallowed by {{.*}}target-feature-used.yaml.tmp.disallowed.o. Use --no-check-features to suppress.{{$}}
0 commit comments