forked from OSchip/llvm-project
da5fe23e84
This will fix the case: $ toyc -emit=jit test.toy $ cat test.toy def main() { var a = 1; print(a); } Without this patch it would trigger an assertion. Differential Revision: https://reviews.llvm.org/D77464 |
||
---|---|---|
.. | ||
standalone | ||
toy | ||
CMakeLists.txt |