Skip to content

Commit 1ebbf97

Browse files
committed
[LLVM] Partially revert GPU change to include dirs
Summary: Turns out that we need this for the header install directory. I didn't notice because I had old values cached. Revert for now until I think of a better way to suppress the error.
1 parent 8e56fb8 commit 1ebbf97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/cmake/modules/AddLLVM.cmake

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
if(NOT LLVM_RUNTIMES_GPU_BUILD)
2-
include(GNUInstallDirs)
3-
endif()
4-
1+
include(GNUInstallDirs)
52
include(LLVMDistributionSupport)
63
include(LLVMProcessSources)
74
include(LLVM-Config)

0 commit comments

Comments
 (0)