1import("//third-party/unittest/unittest.gni") 2 3unittest("IPOTests") { 4 deps = [ 5 "//llvm/lib/IR", 6 "//llvm/lib/Support", 7 "//llvm/lib/TargetParser", 8 "//llvm/lib/Transforms/IPO", 9 ] 10 sources = [ 11 "AttributorTest.cpp", 12 "LowerTypeTests.cpp", 13 "WholeProgramDevirt.cpp", 14 ] 15} 16