diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/llvm.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/llvm.m4 b/config/llvm.m4 index a5f4a9af448..3a75cd8b4df 100644 --- a/config/llvm.m4 +++ b/config/llvm.m4 @@ -76,6 +76,7 @@ AC_DEFUN([PGAC_LLVM_SUPPORT], debuginfodwarf) pgac_components="$pgac_components $pgac_component";; orcjit) pgac_components="$pgac_components $pgac_component";; passes) pgac_components="$pgac_components $pgac_component";; + native) pgac_components="$pgac_components $pgac_component";; perfjitevents) pgac_components="$pgac_components $pgac_component";; esac done; |