File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
llvm/utils/gn/secondary/bolt Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ import (" //llvm/lib/Target/write_target_def_file.gni" )
2+
3+ write_target_def_file (" TargetConfig.def" ) {
4+ key = " BOLT_ENUM_TARGETS"
5+ value = " BOLT_TARGET"
6+ }
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ group("symlinks") {
2323executable (" llvm-bolt" ) {
2424 configs += [ " //llvm/utils/gn/build:bolt_code" ]
2525 deps = [
26+ " //bolt/include/bolt/Core:TargetConfig.def" ,
2627 " //bolt/lib/Profile" ,
2728 " //bolt/lib/Rewrite" ,
2829 " //bolt/lib/Utils" ,
Original file line number Diff line number Diff line change 11executable (" llvm-bolt-heatmap" ) {
22 configs += [ " //llvm/utils/gn/build:bolt_code" ]
33 deps = [
4+ " //bolt/include/bolt/Core:TargetConfig.def" ,
45 " //bolt/lib/Profile" ,
56 " //bolt/lib/Rewrite" ,
67 " //bolt/lib/Utils" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import("//third-party/unittest/unittest.gni")
44unittest (" CoreTests" ) {
55 configs += [ " //llvm/utils/gn/build:bolt_code" ]
66 deps = [
7+ " //bolt/include/bolt/Core:TargetConfig.def" ,
78 " //bolt/lib/Core" ,
89 " //bolt/lib/Rewrite" ,
910 " //bolt/lib/Profile" ,
You can’t perform that action at this time.
0 commit comments