[all-commits] [llvm/llvm-project] 0e0c65: [libunwind] Fix building standalone after c48974ff...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Sun Jan 26 12:14:15 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e0c65264aeb6f66b6f711884c55cdbf66d975f6
      https://github.com/llvm/llvm-project/commit/0e0c65264aeb6f66b6f711884c55cdbf66d975f6
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-01-26 (Sun, 26 Jan 2020)

  Changed paths:
    M libunwind/CMakeLists.txt

  Log Message:
  -----------
  [libunwind] Fix building standalone after c48974ffd7d1676

After this change, we need to explicitly list the languages the
project uses, otherwise the assembly source files won't get built
at all.

Previously (before that commit), the assembly source files were
simply treated as C.

The toplevel llvm CMakeLists.txt adds these three languages, so
when building libunwind integrated as part of that, it works fine.




More information about the All-commits mailing list