File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ import (" //llvm/utils/TableGen/tablegen.gni" )
2+
3+ tablegen (" TargetLibraryInfo" ) {
4+ args = [ " -gen-target-library-info" ]
5+ }
Original file line number Diff line number Diff line change 11static_library (" Analysis" ) {
22 output_name = " LLVMAnalysis"
33 public_deps = [
4+ # Must be a public_dep because Analysis's headers include
5+ # TargetLibraryInfo.inc.
6+ " //llvm/include/llvm/Analysis:TargetLibraryInfo" ,
47 # Must be a public_dep because Analysis's headers include llvm-config.h.
58 " //llvm/include/llvm/Config:llvm-config" ,
69 ]
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ source_set("Basic") {
1515 " SDNodeProperties.cpp" ,
1616 " TableGen.cpp" ,
1717 " TargetFeaturesEmitter.cpp" ,
18+ " TargetLibraryInfoEmitter.cpp" ,
1819 " VTEmitter.cpp" ,
1920 ]
2021}
You can’t perform that action at this time.
0 commit comments