mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 20:09:46 +00:00
Add cmake test support for LLJITWithThinLTOSummaries to make sure
it's being built and called (and substituted).
This commit is contained in:
parent
4c381d496d
commit
8680f960e0
@ -153,6 +153,7 @@ if(LLVM_BUILD_EXAMPLES)
|
||||
Kaleidoscope-Ch5
|
||||
Kaleidoscope-Ch6
|
||||
Kaleidoscope-Ch7
|
||||
LLJITWithThinLTOSummaries
|
||||
)
|
||||
if (NOT WIN32)
|
||||
list(APPEND LLVM_TEST_DEPENDS
|
||||
|
@ -168,7 +168,8 @@ tools.extend([
|
||||
ToolSubst('Kaleidoscope-Ch5', unresolved='ignore'),
|
||||
ToolSubst('Kaleidoscope-Ch6', unresolved='ignore'),
|
||||
ToolSubst('Kaleidoscope-Ch7', unresolved='ignore'),
|
||||
ToolSubst('Kaleidoscope-Ch8', unresolved='ignore')])
|
||||
ToolSubst('Kaleidoscope-Ch8', unresolved='ignore'),
|
||||
ToolSubst('LLJITWithThinLTOSummaries', unresolved='ignore')])
|
||||
|
||||
llvm_config.add_tool_substitutions(tools, config.llvm_tools_dir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user