Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 add_llvm_library(LLVMNaClTransforms | 1 add_llvm_library(LLVMNaClTransforms |
| 2 ExpandByVal.cpp | |
| 2 ExpandConstantExpr.cpp | 3 ExpandConstantExpr.cpp |
| 3 ExpandCtors.cpp | 4 ExpandCtors.cpp |
| 4 ExpandGetElementPtr.cpp | 5 ExpandGetElementPtr.cpp |
| 5 ExpandTls.cpp | 6 ExpandTls.cpp |
| 6 ExpandTlsConstantExpr.cpp | 7 ExpandTlsConstantExpr.cpp |
| 7 ExpandUtils.cpp | 8 ExpandUtils.cpp |
| 8 ExpandVarArgs.cpp | 9 ExpandVarArgs.cpp |
| 9 GlobalCleanup.cpp | 10 GlobalCleanup.cpp |
| 10 StripMetadata.cpp | 11 StripMetadata.cpp |
| 11 ) | 12 ) |
| 12 | 13 |
| 13 add_dependencies(LLVMNaClTransforms intrinsics_gen) | 14 add_dependencies(LLVMNaClTransforms intrinsics_gen) |
| OLD | NEW |