diff options
Diffstat (limited to '.local/share/meson/native/llvm.txt')
-rw-r--r-- | .local/share/meson/native/llvm.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.local/share/meson/native/llvm.txt b/.local/share/meson/native/llvm.txt new file mode 100644 index 0000000..1390be4 --- /dev/null +++ b/.local/share/meson/native/llvm.txt @@ -0,0 +1,7 @@ +[binaries] +c_ld = 'lld' +cpp_ldd = 'lld' +ar = 'llvm-ar' +strip = 'llvm-strip' + + |