[all-commits] [llvm/llvm-project] bb4602: [CMake] Small fix to HLSL header install paths
Chris B via All-commits
all-commits at lists.llvm.org
Fri Oct 7 07:45:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb46022abe78497d3d5a8c6a6cf8599f7ec0d2ec
https://github.com/llvm/llvm-project/commit/bb46022abe78497d3d5a8c6a6cf8599f7ec0d2ec
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M clang/lib/Headers/CMakeLists.txt
Log Message:
-----------
[CMake] Small fix to HLSL header install paths
HLSL headers were being installed in two locations, one correct and one
incorrect, and they were always being installed (even when
CLANG_ENABLE_HLSL=Off). This corrects both issues by ensuring that the
HLSL headers aren't added to the universal header list.
More information about the All-commits
mailing list