Skip to content

Commit

Permalink
Export CorJitHost interface
Browse files Browse the repository at this point in the history
Export the CorJitHost interface to the build directory, so that
alternate JITs can use it.

This change is necessary to fix LLILC build break.
  • Loading branch information
swaroop-sridhar committed Mar 1, 2016
1 parent 156971c commit 7f0c849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ install (FILES cfi.h
corhdr.h
corinfo.h
corjit.h
corjithost.h
opcode.def
openum.h
gcinfoencoder.h
Expand Down

0 comments on commit 7f0c849

Please sign in to comment.