Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 add_llvm_library(LLVMTransformsNaCl | 1 add_llvm_library(LLVMTransformsNaCl |
| 2 ExpandConstantExpr.cpp | |
| 2 ExpandCtors.cpp | 3 ExpandCtors.cpp |
| 3 ExpandTls.cpp | 4 ExpandTls.cpp |
| 4 ExpandTlsConstantExpr.cpp | 5 ExpandTlsConstantExpr.cpp |
| 5 ) | 6 ) |
| 6 | 7 |
| 7 add_dependencies(LLVMTransformsNaCl intrinsics_gen) | 8 add_dependencies(LLVMTransformsNaCl intrinsics_gen) |
| OLD | NEW |