about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-10-06 16:14:38 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-10-09 09:44:51 -0700
commit34d66de52a8338b0fd1f1d4842916bc37cc81f75 (patch)
treea2abb67b629088964cccc71948567fb2a03dee7c /src/rustllvm/RustWrapper.cpp
parent1a433770e3141c476a7ac5b12cfdc15be022073e (diff)
downloadrust-34d66de52a8338b0fd1f1d4842916bc37cc81f75.tar.gz
rust-34d66de52a8338b0fd1f1d4842916bc37cc81f75.zip
unicode: Make statics legal
The tables in libunicode are far too large to want to be inlined into any other
program, so these tables are all going to remain `static`. For them to be legal,
they cannot reference one another by value, but instead use references now.

This commit also modifies the src/etc/unicode.py script to generate the right
tables.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions