diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2020-09-17 15:36:06 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-09-17 15:58:44 +0300 |
commit | 279943edf87887403fce72c505f9760764e416f0 (patch) | |
tree | b632e660996cfa6eba84f0f33303ea0f4764a55a /llvm/lib/CodeGen/SafeStackLayout.cpp | |
parent | 0dca1ac617d802c0806f57f67eb830c4f5f3fffb (diff) | |
download | llvm-279943edf87887403fce72c505f9760764e416f0.zip llvm-279943edf87887403fce72c505f9760764e416f0.tar.gz llvm-279943edf87887403fce72c505f9760764e416f0.tar.bz2 |
[obj2yaml] - Don't emit EM_NONE.
When ELF header's `e_machine == 0`, we emit:
```
Machine: EM_NONE
```
We can avoid doing this, because yaml2obj sets the
`e_machine` field to `EM_NONE` by default.
Differential revision: https://reviews.llvm.org/D87829
Diffstat (limited to 'llvm/lib/CodeGen/SafeStackLayout.cpp')
0 files changed, 0 insertions, 0 deletions