Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 add_llvm_library(LLVMNaClAnalysis | 1 add_llvm_library(LLVMNaClAnalysis |
| 2 PNaClABITypeChecker.cpp | 2 PNaClABITypeChecker.cpp |
| 3 PNaClABIProps.cpp | 3 PNaClABIProps.cpp |
| 4 PNaClABIVerifyFunctions.cpp | 4 PNaClABIVerifyFunctions.cpp |
| 5 PNaClABIVerifyModule.cpp | 5 PNaClABIVerifyModule.cpp |
| 6 PNaClAllowedIntrinsics.cpp | 6 PNaClAllowedIntrinsics.cpp |
| 7 SimplificationAnalyses.cpp | |
|
JF
2015/07/23 22:44:38
Prefix with PNaCl to be consistent.
Richard Diamond
2015/07/24 19:54:38
Done.
| |
| 7 ) | 8 ) |
| 8 | 9 |
| 9 add_dependencies(LLVMNaClAnalysis intrinsics_gen) | 10 add_dependencies(LLVMNaClAnalysis intrinsics_gen) |
| OLD | NEW |