Work on CPU, codegen skeleton, and thunk.

This commit is contained in:
Ben Vanik
2013-01-13 15:48:18 -08:00
parent 2f4bc598e5
commit 099e37490a
12 changed files with 557 additions and 46 deletions

View File

@@ -74,7 +74,7 @@
['_type=="executable"', {
'libraries': [
'<!@(<(llvm_config) --ldflags)',
'<!@(<(llvm_config) --libs core)',
'<!@(<(llvm_config) --libs all)',
],
'library_dirs': [
# NOTE: this doesn't actually do anything...
@@ -84,7 +84,7 @@
'xcode_settings': {
'OTHER_LDFLAGS': [
'<!@(<(llvm_config) --ldflags)',
'<!@(<(llvm_config) --libs core)',
'<!@(<(llvm_config) --libs all)',
],
},
}],