[all-commits] [llvm/llvm-project] e7ae73: [cmake] LLVMFrontendOpenMP - fix include/llvm/Fron...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Apr 18 04:33:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e7ae732a4436b8275460ebf0414bc0de7e521e66
      https://github.com/llvm/llvm-project/commit/e7ae732a4436b8275460ebf0414bc0de7e521e66
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/CMakeLists.txt

  Log Message:
  -----------
  [cmake] LLVMFrontendOpenMP - fix include/llvm/Frontend/OpenMP header path

Correctly pick up the OMP*.h headers in MSVC projects


  Commit: 2aef5b62c98a369f7a10bb7062bf937f53a2e31f
      https://github.com/llvm/llvm-project/commit/2aef5b62c98a369f7a10bb7062bf937f53a2e31f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M llvm/lib/AsmParser/CMakeLists.txt

  Log Message:
  -----------
  [cmake] LLVMAsmParser - add include/llvm/ASMParser header path

Copy + paste typo meant we were picking up the include/llvm/Analysis path instead


  Commit: 5c16da387ee6556b5b577edd3e4ff53e68f94826
      https://github.com/llvm/llvm-project/commit/5c16da387ee6556b5b577edd3e4ff53e68f94826
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CMakeLists.txt

  Log Message:
  -----------
  [cmake] LLVMGlobalISel - add include/llvm/CodeGen/GlobalISel header path

Pick up the GlobalISel headers in MSVC projects


  Commit: 2333ea1e705ad595ca6bc1a3fc2c451d11d8f26c
      https://github.com/llvm/llvm-project/commit/2333ea1e705ad595ca6bc1a3fc2c451d11d8f26c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M llvm/lib/CodeGen/MIRParser/CMakeLists.txt

  Log Message:
  -----------
  [cmake] LLVMMIRParser - add include/llvm/CodeGen/LLVMMIRParser header path

Pick up the CodeGen/MIRParser headers in MSVC projects


  Commit: f1f2acf9e15f72fcf60ca8158a17f507182630a1
      https://github.com/llvm/llvm-project/commit/f1f2acf9e15f72fcf60ca8158a17f507182630a1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M llvm/lib/DWARFLinker/CMakeLists.txt

  Log Message:
  -----------
  [cmake] LLVMDWARFLinker - add include/llvm/DWARFLinker header path

Pick up the DWARFLinker headers in MSVC projects


  Commit: a140a9b11289350e08514abd8533c940659acd67
      https://github.com/llvm/llvm-project/commit/a140a9b11289350e08514abd8533c940659acd67
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M llvm/lib/Passes/CMakeLists.txt

  Log Message:
  -----------
  [cmake] LLVMPasses - add include/llvm header path

Pick up all the Pass headers in the root for MSVC projects


  Commit: 0b242151016a9a235e61ba4324f8f107e299b554
      https://github.com/llvm/llvm-project/commit/0b242151016a9a235e61ba4324f8f107e299b554
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
    M llvm/include/llvm/IRReader/IRReader.h

  Log Message:
  -----------
  IRReader.h - remove unnecessary StringRef forward declaration. NFC.

We need to include StringRef.h.


Compare: https://github.com/llvm/llvm-project/compare/f005f6c23434...0b242151016a


More information about the All-commits mailing list