Teach the makefile to generate .ll files,
which are helpful in debugging the llvm backend. Also tell git to ignore LLVM's intermediate files.
This commit is contained in:
committed by
Graydon Hoare
parent
068c71f11c
commit
215060b72b
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,6 +13,8 @@
|
||||
*.dSYM
|
||||
*.d
|
||||
*.o
|
||||
*.ll
|
||||
*.bc
|
||||
*.aux
|
||||
*.cp
|
||||
*.fn
|
||||
|
||||
Reference in New Issue
Block a user