[all-commits] [llvm/llvm-project] 77b6a4: [gn build] Don't copy xray includes

aeubanks via All-commits all-commits at lists.llvm.org
Fri Aug 27 08:51:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77b6a4bde4de37bd77f4846b3c31c1d0633a8f13
      https://github.com/llvm/llvm-project/commit/77b6a4bde4de37bd77f4846b3c31c1d0633a8f13
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
    M llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn

  Log Message:
  -----------
  [gn build] Don't copy xray includes

The gn build doesn't support xray, so there's no reason to make the xray
headers available. Some CMake checks check if xray includes are
available to determine if xray is usable. Since we don't build the xray
runtime, there are link errors.

Reviewed By: thakis

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




More information about the All-commits mailing list