├── .gitignore ├── Makefile ├── README.md └── hello_llvm.swift /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexDenisov/swift_llvm/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexDenisov/swift_llvm/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexDenisov/swift_llvm/HEAD/README.md -------------------------------------------------------------------------------- /hello_llvm.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexDenisov/swift_llvm/HEAD/hello_llvm.swift --------------------------------------------------------------------------------