diff options
Diffstat (limited to 'lib/ObjectYAML/CMakeLists.txt')
-rw-r--r-- | lib/ObjectYAML/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/ObjectYAML/CMakeLists.txt b/lib/ObjectYAML/CMakeLists.txt index 2eee95b318db..37f8fd7bce1a 100644 --- a/lib/ObjectYAML/CMakeLists.txt +++ b/lib/ObjectYAML/CMakeLists.txt @@ -1,8 +1,11 @@ add_llvm_library(LLVMObjectYAML - YAML.cpp COFFYAML.cpp + DWARFEmitter.cpp + DWARFVisitor.cpp + DWARFYAML.cpp ELFYAML.cpp MachOYAML.cpp ObjectYAML.cpp - DWARFYAML.cpp + WasmYAML.cpp + YAML.cpp ) |