Displaying 2 results from an estimated 2 matches for "257090".
Did you mean:
57090
2016 Jan 08
2
Diff to add ARMv6L to Target parser
...o test it in my usual flow, because that involves the whole swift stack. I’m considering creating a program that links to llvm to test the behavior.
Index: lib/Support/TargetParser.cpp
===================================================================
--- lib/Support/TargetParser.cpp (revision 257090)
+++ lib/Support/TargetParser.cpp (working copy)
@@ -401,6 +401,7 @@
.Case("v5", "v5t")
.Case("v5e", "v5te")
.Case("v6j", "v6")
+ .Case("v6l", "v6")
.Case("v6hl", "v6k&quo...
2016 Jan 05
6
Diff to add ARMv6L to Target parser
> You assume triples make sense. That's the first mistake everyone does
> when thinking about triples. :)
I know they don't make sense in many corner cases, but I think
discarding logic where it *does* exist is a mistake.
> AFAIK, "ARMv7B" is only used by HighBank, which is no more. But that,
> too, was "ARMv7A big endian".
I believe it's what any