Add --bindir to llvm-config

This commit is contained in:
Jeremy Soller 2021-12-14 13:52:50 -07:00
parent 490a27bb11
commit 5869d5cc82
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -108,6 +108,8 @@ if args == []:
fail("no arguments")
elif args == ["--version"]:
print("10.0.1")
elif args == ["--bindir"]:
print(prefix + "/bin")
elif args == ["--cppflags"]:
print("-I" + prefix + "/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS")
elif args == ["--cxxflags"]: