mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 17:11:44 +03:00
Make LDC custom passes available to jit, add API for jit compiler options (#2758)
This commit is contained in:
parent
b6d8210255
commit
a40c6c7fd2
22 changed files with 478 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue