File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ if(LLVM_BUILD_EXAMPLES)
153
153
Kaleidoscope-Ch5
154
154
Kaleidoscope-Ch6
155
155
Kaleidoscope-Ch7
156
+ LLJITWithThinLTOSummaries
156
157
)
157
158
if (NOT WIN32 )
158
159
list (APPEND LLVM_TEST_DEPENDS
Original file line number Diff line number Diff line change @@ -168,7 +168,8 @@ def get_asan_rtlib():
168
168
ToolSubst ('Kaleidoscope-Ch5' , unresolved = 'ignore' ),
169
169
ToolSubst ('Kaleidoscope-Ch6' , unresolved = 'ignore' ),
170
170
ToolSubst ('Kaleidoscope-Ch7' , unresolved = 'ignore' ),
171
- ToolSubst ('Kaleidoscope-Ch8' , unresolved = 'ignore' )])
171
+ ToolSubst ('Kaleidoscope-Ch8' , unresolved = 'ignore' ),
172
+ ToolSubst ('LLJITWithThinLTOSummaries' , unresolved = 'ignore' )])
172
173
173
174
llvm_config .add_tool_substitutions (tools , config .llvm_tools_dir )
174
175
You can’t perform that action at this time.
0 commit comments