Skip to content

Commit

Permalink
Add rudimentary wrapper around llvm-config
Browse files Browse the repository at this point in the history
  • Loading branch information
deplinenoise committed Dec 16, 2019
1 parent 217060b commit c5621f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/tundra/syntax/llvm.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(..., package.seeall)

local pkgconfig = require "tundra.syntax.pkgconfig"

function Configure(name, ctor)
return pkgconfig.ConfigureRaw("llvm-config --cflags --libs", name, ctor)
end

0 comments on commit c5621f3

Please sign in to comment.