diff options
author | Shih-wei Liao <sliao@google.com> | 2012-02-13 09:51:10 -0800 |
---|---|---|
committer | Shih-wei Liao <sliao@google.com> | 2012-02-14 23:46:16 -0800 |
commit | d1fec81868a3567560a3868350e0a945248e925b (patch) | |
tree | 749615f244e92d7f18b1713950d8110322b7645f /.gitignore | |
parent | 0401b68ec5ddf2aface872d756558aafcada3655 (diff) | |
download | art-d1fec81868a3567560a3868350e0a945248e925b.zip art-d1fec81868a3567560a3868350e0a945248e925b.tar.gz art-d1fec81868a3567560a3868350e0a945248e925b.tar.bz2 |
Beginning of LLVM backend for ART.
Change-Id: I03466aed94670ac72d489ebc6e34d7ee1c9c857e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5973a95 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +USE_LLVM_COMPILER |