]> granicus.if.org Git - llvm/commit
Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR
authorJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Tue, 4 Apr 2017 06:02:32 +0000 (06:02 +0000)
committerJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Tue, 4 Apr 2017 06:02:32 +0000 (06:02 +0000)
commitba1514c2191f3d74893747dde540403d1b05a754
tree5a55c00846a28f1df88b151073dc0809b43bf3b1
parent099a6fd775f7f4b4171e0af41d5957c654afcde5
Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR

Otherwise, yamlize in YAMLTraits.h might be wrongly defined.
This makes some AMDGPU tests fail when LLVM_LINK_LLVM_DYLIB is set.

Differential Revision: https://reviews.llvm.org/D30508

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299415 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/ModuleSummaryIndexYAML.h
include/llvm/ObjectYAML/DWARFYAML.h
include/llvm/ObjectYAML/MachOYAML.h
include/llvm/ObjectYAML/WasmYAML.h
test/ObjectYAML/MachO/DWARF-debug_line.yaml
test/ObjectYAML/wasm/elem_section.yaml
test/ObjectYAML/wasm/function_section.yaml
test/Transforms/LowerTypeTests/import-unsat.ll
test/Transforms/WholeProgramDevirt/export-unsuccessful-checked.ll
test/Transforms/WholeProgramDevirt/import-indir.ll
unittests/Support/YAMLIOTest.cpp