Simonas Kazlauskas
dfcfaa4ec1
Do not pass through features without +/- prefix
...
LLVM really dislikes this and will assert, saying something along the
lines of:
```
rustc: llvm/lib/MC/MCSubtargetInfo.cpp:60: void ApplyFeatureFlag(
llvm::FeatureBitset&, llvm::StringRef, llvm::ArrayRef<llvm::SubtargetFeatureKV>
): Assertion
`SubtargetFeatures::hasFlag(Feature) && "Feature flags should start with '+' or '-'"`
failed.
```
2022-02-27 21:21:38 +02:00
..
2022-01-28 16:56:05 +01:00
2021-12-14 18:50:31 -04:00
2022-02-02 17:37:14 +01:00
2022-02-26 13:45:43 -03:00
2022-02-25 18:34:02 +00:00
2022-02-25 08:00:52 -05:00
2022-02-07 21:51:05 -08:00
2022-02-24 21:42:13 +01:00
2022-02-26 00:49:20 +01:00
2022-02-25 08:00:52 -05:00
2022-02-23 22:33:50 +01:00
2022-02-24 12:28:19 +00:00
2022-02-27 21:21:38 +02:00
2022-02-25 08:00:52 -05:00
2022-02-25 18:34:02 +00:00
2022-02-27 14:04:07 +00:00
2022-02-25 08:00:52 -05:00
2022-02-24 18:50:33 -08:00
2022-02-25 08:00:52 -05:00
2022-02-25 08:00:52 -05:00
2022-02-24 18:50:33 -08:00
2021-09-20 22:21:42 -04:00
2022-01-09 14:09:25 +11:00
2022-02-24 18:50:33 -08:00
2022-02-24 22:54:36 +03:00
2022-02-25 08:00:52 -05:00
2022-02-24 16:02:07 -05:00
2022-02-25 18:34:02 +00:00
2022-02-26 21:53:03 +00:00
2022-02-24 17:01:01 +11:00
2022-02-26 14:23:27 +00:00
2022-02-22 23:17:13 +01:00
2022-02-26 17:16:01 -05:00
2022-01-03 22:31:56 -08:00
2022-02-25 03:16:22 +00:00
2022-02-25 18:34:02 +00:00
2022-02-27 14:04:07 +00:00
2022-02-25 08:00:53 -05:00
2022-02-26 07:52:42 +01:00
2022-02-26 07:52:42 +01:00
2022-02-25 08:00:52 -05:00
2022-02-25 17:16:58 -08:00
2022-02-16 07:34:06 +00:00
2022-02-25 22:53:34 +01:00
2021-12-06 12:03:47 -05:00
2022-02-25 08:00:52 -05:00
2022-02-27 14:04:07 +00:00
2022-02-27 14:04:07 +00:00
2022-02-25 18:34:02 +00:00
2022-02-25 08:00:52 -05:00
2022-02-22 18:14:51 -05:00
2022-02-26 21:53:03 +00:00
2022-02-25 08:00:53 -05:00
2022-02-25 08:00:52 -05:00
2022-02-23 13:11:26 +00:00
2022-02-27 07:02:46 +00:00
2022-02-22 00:16:56 +01:00
2022-02-24 12:23:35 -05:00
2022-02-15 19:07:06 +01:00
2022-02-26 11:58:12 +00:00