[PATCH] Preliminary support for dynamically loadable coff objects

Andy Ayers andya at microsoft.com
Wed Feb 25 16:29:29 PST 2015


I've added this to CMakeLists.txt, but VS doesn't show things any differently. So not sure if I'm doing it wrong or other IDEs honor these groups....

macro(add_dyld_targets_folder group)

  list(APPEND DYLD_TARGETS_SOURCES ${ARGN})
  source_group(${group} FILES ${ARGN})

endmacro()

add_dyld_targets_folder(Targets

  Targets/RuntimeDyldCOFFX86_64.cpp
  )

add_llvm_library(LLVMRuntimeDyld

  RTDyldMemoryManager.cpp
  RuntimeDyld.cpp
  RuntimeDyldChecker.cpp
  RuntimeDyldCOFF.cpp
  RuntimeDyldELF.cpp
  RuntimeDyldMachO.cpp
  ${DYLD_TARGETS_SOURCES}
  )


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7793

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list