The -meabi flag to control LLVM EABI version.
Without '-meabi' or with '-meabi default' imply LLVM triple default. With '-meabi gnu' sets EABI GNU. With '-meabi 4' or '-meabi 5' set EABI version 4 and 5 respectively.
Differential D14184
[clang] Add initial support for -meabi flag tinti on Oct 29 2015, 12:43 PM. Authored by
Details The -meabi flag to control LLVM EABI version. Without '-meabi' or with '-meabi default' imply LLVM triple default. With '-meabi gnu' sets EABI GNU. With '-meabi 4' or '-meabi 5' set EABI version 4 and 5 respectively.
Diff Detail
Event TimelineComment Actions You forgot to add the context. It makes a big difference in the driver code. :) But overall, looks good to me. @jroelofs @compnerd @t.p.northover, can you see anything that might impact your workloads? cheers, Comment Actions This looks like what I had in mind wrt use of -meabi.
|
I'd really rather see this written in the LLVM Style:
since all of them are initialisms.
BTW, please clang-format this change.