Update rust llvm version

This commit is contained in:
Jeremy Soller 2018-12-14 17:53:06 -07:00
parent bad9f48afc
commit 063966aaf5
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -10,7 +10,7 @@ prefix = os.path.realpath(os.path.dirname(os.path.abspath(sys.argv[0])) + "/sysr
# This is a hack, and should be replaced if possible.
if args == ["--version"]:
print("4.0.1")
print("8.0.0")
elif args == ["--cxxflags"]:
print("-I" + prefix + "/include --std=gnu++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -g -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS")
elif args == ["--components"]: