forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake to avoid checking in opcodes.rs (facebook#9030)
Summary: Separate opcodes macro into its own header so it can be as lightweight as possible when we include it in `gen-rust.cpp`. This makes compiling it in CMake much easier as we don't have to deal with many dependencies. Pull Request resolved: facebook#9030 Pull Request resolved: facebook#9029 Reviewed By: fredemmott Differential Revision: D34762816 fbshipit-source-id: 0aa4be5657a0d245fe23e3d95f9161489e25a20a
- Loading branch information
1 parent
9733c3d
commit af6e875
Showing
6 changed files
with
316 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.