OSDN Git Service

[Sema] Provide declarations for MaximumAlignment, MaxAlignmentExponent variables
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 24 Jan 2020 15:17:34 +0000 (18:17 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 24 Jan 2020 15:18:15 +0000 (18:18 +0300)
commita8c3608a27a82cf1c66f33b96a06423fe0e708fc
treed81c65087219dde65cd02f19bb027381e938be2d
parentf69eba07726a9fe084812aa224309d62c4bdd2e4
[Sema] Provide declarations for MaximumAlignment, MaxAlignmentExponent variables

clang-armv7-linux-build-cache bot is complaining about undefined
references to these variables during linking, so by explicitly
placing them in some TU we should be able to fix that.
clang/lib/Sema/Sema.cpp