Skip to content

Commit 5e59abd

Browse files
committed
fixup! meson: Add LLVM bitcode emission
1 parent 165e8c0 commit 5e59abd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

meson.build

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3422,6 +3422,15 @@ if meson.version().version_compare('>=0.57')
34223422
section: 'Programs',
34233423
)
34243424

3425+
if llvm.found()
3426+
summary(
3427+
{
3428+
'clang': clang,
3429+
},
3430+
section: 'Programs',
3431+
)
3432+
endif
3433+
34253434
summary(
34263435
{
34273436
'bonjour': bonjour,

0 commit comments

Comments
 (0)