-mcpu and -code-model tests were copied from similar ones in
LLD-ELF.
There doesn't seem to be an equivalent test for -mattr in LLD-ELF, so
I've verified our behavior by cribbing a test from
CodeGen/X86/recip-fastmath.ll.
Differential D92912
[lld-macho] Add support for -mcpu, -mattr, -code-model in LTO int3 on Dec 8 2020, 10:28 PM. Authored by
Details
-mcpu and -code-model tests were copied from similar ones in There doesn't seem to be an equivalent test for -mattr in LLD-ELF, so
Diff Detail
Event TimelineComment Actions I wonder if there is a good way to enumerate the desired set of options (e.g. -O is currently missing), but I don't think that there have been too many attempts to flesh out the argument handling, so we can hold off on that until we find that we have had to do this a few times. Comment Actions
I think the .ll extension is pretty much only used for LTO test cases, so it seems a bit redundant to add another prefix...
I don't understand what you mean by "enumerate" here... could you elaborate? Comment Actions Looks like this breaks tests on mac and windows: http://45.33.8.238/mac/25017/step_10.txt |