12c27e38e875ae53f47e4a1b1c00a601457c20f2 |
|
16-Mar-2011 |
Shih-wei Liao <sliao@google.com> |
Fix build breakage by removing the use of Python 3.0 features. E.g., "as" syntax is for 3.0 compatibility. Use Python 2.4 syntax. Change-Id: I4bf48240c6fb1cf953b92fe8ad2c87362ce1a2f7
/external/llvm/copy-diff.py
|
2010bbd9e389c9745a03a21d1cfa87acacda6abb |
|
16-Mar-2011 |
Shih-wei Liao <sliao@google.com> |
Fix the MAC build. Stop using Python 2.6 features. Don't use printf function or with statement. I think the code is uglier now. If MAC build machine problem can be fixed instead, the code can be more elegant. Change-Id: I434365ea8e1ca78ed83bfc31f8db5304b802392d
/external/llvm/copy-diff.py
|
c0a87ab7907e88efa4a5d7cba27e876f0dab1f5b |
|
15-Mar-2011 |
Logan Chien <tzuhsiang.chien@gmail.com> |
Implement copy-when-different build rules for tblgen. Before this commit, tblgen rules will always generate new file, change the timestamp, and then a lot of c++ files have to be recompiled. This commit modifies transform-td-to-out macro. Now, tblgen will generate its output to an intermediate file. The timestamp of the inc files will only be changed when the newly generated intermediate file is different from the old one.
/external/llvm/copy-diff.py
|