getCanonicalArchName can return an empty string for an architecture that is well-formed but meaningless. Use parseArch to determine if it's actually valid or not.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D10120
[ARM] Adjust -march checking ClosedPublic Authored by john.brawn on May 29 2015, 4:23 AM.
Details Summary getCanonicalArchName can return an empty string for an architecture that is well-formed but meaningless. Use parseArch to determine if it's actually valid or not.
Diff Detail Event Timelinejohn.brawn updated this object. john.brawn edited subscribers, added: Unknown Object (MLST); removed: Unknown Object (MLST).May 29 2015, 4:37 AM This revision is now accepted and ready to land.May 29 2015, 4:49 AM Closed by commit rL238553: [ARM] Adjust -march checking (authored by john.brawn). · Explain WhyMay 29 2015, 6:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 26774 lib/Driver/Tools.cpp
test/Driver/arm-cortex-cpus.c
|