Add basics for direct assembly output.

This commit is contained in:
Christian Kamm
2008-10-11 11:07:53 +02:00
parent e8f8340ef8
commit 7b20402e0b
2 changed files with 68 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ package.excludes = { "dmd/idgen.c", "dmd/impcnvgen.c" }
package.buildoptions = { "-x c++", "`llvm-config --cxxflags`" }
package.linkoptions = {
-- long but it's faster than just 'all'
"`llvm-config --libs bitwriter linker ipo instrumentation`",
"`llvm-config --libs bitwriter linker ipo instrumentation backend`",
"`llvm-config --ldflags`",
}
package.defines = {