1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/ObjectYAML
Chris Bieneman 628114a47f [MachOYAML] Use a temporary to avoid gcc strict-aliasing warning
GCC complains about this with -Wstrict-aliasing. Using a temporary here should prevent the warning.

llvm-svn: 273627
2016-06-23 23:01:47 +00:00
..
CMakeLists.txt [ObjectYAML] Support Thin MachO headers to YAML 2016-05-12 16:04:16 +00:00
COFFYAML.cpp [COFF] Expose the PE debug data directory and dump it 2016-06-02 17:10:43 +00:00
ELFYAML.cpp Support/ELF: Add AMDGPU relocation definitions to match documentation 2016-06-17 22:38:08 +00:00
LLVMBuild.txt
MachOYAML.cpp [MachOYAML] Use a temporary to avoid gcc strict-aliasing warning 2016-06-23 23:01:47 +00:00
YAML.cpp