Make LDC custom passes available to jit, add API for jit compiler options (#2758)

This commit is contained in:
Ivan Butygin 2019-09-08 09:16:05 +03:00 committed by GitHub
parent b6d8210255
commit a40c6c7fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 478 additions and 27 deletions

View file

@ -11,7 +11,7 @@
#include "gen/dcompute/target.h"
#include "gen/dcompute/druntime.h"
#include "gen/metadata.h"
#include "gen/passes/metadata.h"
#include "gen/abi-nvptx.h"
#include "gen/logger.h"
#include "gen/optimizer.h"