Skip to content

Commit 6443944

Browse files
committed
fixup! meson: Add LLVM bitcode emission
1 parent 25d4eda commit 6443944

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
@@ -3404,6 +3404,15 @@ if meson.version().version_compare('>=0.57')
34043404
section: 'Programs',
34053405
)
34063406

3407+
if llvm.found()
3408+
summary(
3409+
{
3410+
'clang': clang,
3411+
},
3412+
section: 'Programs',
3413+
)
3414+
endif
3415+
34073416
summary(
34083417
{
34093418
'bonjour': bonjour,

0 commit comments

Comments
 (0)