[llvm] 8fef67a - [gn build] copy compiler-rt headers to clang include dir on all platforms

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 18:56:04 PST 2020


Author: Nico Weber
Date: 2020-03-06T21:55:56-05:00
New Revision: 8fef67a2c5ffb8477687ae01b9a1c7bee74cdd6c

URL: https://github.com/llvm/llvm-project/commit/8fef67a2c5ffb8477687ae01b9a1c7bee74cdd6c
DIFF: https://github.com/llvm/llvm-project/commit/8fef67a2c5ffb8477687ae01b9a1c7bee74cdd6c.diff

LOG: [gn build] copy compiler-rt headers to clang include dir on all platforms

Added: 
    

Modified: 
    llvm/utils/gn/secondary/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/BUILD.gn b/llvm/utils/gn/secondary/BUILD.gn
index 55ef76a44caa..c38d626e1b79 100644
--- a/llvm/utils/gn/secondary/BUILD.gn
+++ b/llvm/utils/gn/secondary/BUILD.gn
@@ -7,6 +7,7 @@ group("default") {
     "//clang-tools-extra/clangd/test",
     "//clang-tools-extra/test",
     "//clang/test",
+    "//compiler-rt/include",
     "//compiler-rt/lib/scudo",
     "//lld/test",
     "//llvm/test",


        


More information about the llvm-commits mailing list