[all-commits] [llvm/llvm-project] a8c360: [Sema] Provide declarations for MaximumAlignment, ...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Fri Jan 24 07:18:26 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a8c3608a27a82cf1c66f33b96a06423fe0e708fc
      https://github.com/llvm/llvm-project/commit/a8c3608a27a82cf1c66f33b96a06423fe0e708fc
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M clang/lib/Sema/Sema.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list