[all-commits] [llvm/llvm-project] 8e9622: [cmake] Fix cmake warning in standalone compiler-r...

goussepi via All-commits all-commits at lists.llvm.org
Thu Oct 8 01:50:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e9622f96120842852f37bfaeea738b4b4ed5cb0
      https://github.com/llvm/llvm-project/commit/8e9622f96120842852f37bfaeea738b4b4ed5cb0
  Author: Pierre Gousseau <pierre.gousseau at sony.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M llvm/cmake/modules/AddLLVM.cmake

  Log Message:
  -----------
  [cmake] Fix cmake warning in standalone compiler-rt builds.

```
cd compiler-rt/build
cmake -G Ninja ../ -DCOMPILER_RT_STANDALONE_BUILD=ON
-DLLVM_CONFIG_PATH=<...>llvm-project/build/bin/llvm-config
-DCOMPILER_RT_INCLUDE_TESTS=ON
```

```
-- check-shadowcallstack does nothing.
Traceback (most recent call last):
  File "<string>", line 22, in <module>
  IndexError: list index out of range
  -- Configuring done
  -- Generating done
```

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D88957




More information about the All-commits mailing list