summaryrefslogtreecommitdiff
path: root/config/llvm.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/llvm.m4')
-rw-r--r--config/llvm.m41
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;