[gn build] (manually) port 72277ecd62 and the LLVMBuild bit of 9548b74a83
				
					
				
			This commit is contained in:
		
							parent
							
								
									d643a39aba
								
							
						
					
					
						commit
						8df173f399
					
				| 
						 | 
					@ -4,6 +4,7 @@ static_library("IPO") {
 | 
				
			||||||
    "//llvm/lib/Analysis",
 | 
					    "//llvm/lib/Analysis",
 | 
				
			||||||
    "//llvm/lib/Bitcode/Reader",
 | 
					    "//llvm/lib/Bitcode/Reader",
 | 
				
			||||||
    "//llvm/lib/Bitcode/Writer",
 | 
					    "//llvm/lib/Bitcode/Writer",
 | 
				
			||||||
 | 
					    "//llvm/lib/Frontend/OpenMP",
 | 
				
			||||||
    "//llvm/lib/IR",
 | 
					    "//llvm/lib/IR",
 | 
				
			||||||
    "//llvm/lib/IRReader",
 | 
					    "//llvm/lib/IRReader",
 | 
				
			||||||
    "//llvm/lib/Linker",
 | 
					    "//llvm/lib/Linker",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,6 +13,7 @@ static_library("Utils") {
 | 
				
			||||||
    "BreakCriticalEdges.cpp",
 | 
					    "BreakCriticalEdges.cpp",
 | 
				
			||||||
    "BuildLibCalls.cpp",
 | 
					    "BuildLibCalls.cpp",
 | 
				
			||||||
    "BypassSlowDivision.cpp",
 | 
					    "BypassSlowDivision.cpp",
 | 
				
			||||||
 | 
					    "CallGraphUpdater.cpp",
 | 
				
			||||||
    "CallPromotionUtils.cpp",
 | 
					    "CallPromotionUtils.cpp",
 | 
				
			||||||
    "CanonicalizeAliases.cpp",
 | 
					    "CanonicalizeAliases.cpp",
 | 
				
			||||||
    "CloneFunction.cpp",
 | 
					    "CloneFunction.cpp",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,6 +6,7 @@ unittest("AnalysisTests") {
 | 
				
			||||||
    "//llvm/lib/AsmParser",
 | 
					    "//llvm/lib/AsmParser",
 | 
				
			||||||
    "//llvm/lib/IR",
 | 
					    "//llvm/lib/IR",
 | 
				
			||||||
    "//llvm/lib/Support",
 | 
					    "//llvm/lib/Support",
 | 
				
			||||||
 | 
					    "//llvm/lib/Transforms/Utils",
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
  sources = [
 | 
					  sources = [
 | 
				
			||||||
    "AliasAnalysisTest.cpp",
 | 
					    "AliasAnalysisTest.cpp",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,6 +8,7 @@ unittest("IRTests") {
 | 
				
			||||||
    "//llvm/lib/Passes",
 | 
					    "//llvm/lib/Passes",
 | 
				
			||||||
    "//llvm/lib/Support",
 | 
					    "//llvm/lib/Support",
 | 
				
			||||||
    "//llvm/lib/Testing/Support",
 | 
					    "//llvm/lib/Testing/Support",
 | 
				
			||||||
 | 
					    "//llvm/lib/Transforms/Utils",
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
  sources = [
 | 
					  sources = [
 | 
				
			||||||
    "AsmWriterTest.cpp",
 | 
					    "AsmWriterTest.cpp",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue