Skip to content

Commit

Permalink
LLD patch: add additional include directory to Zig's libunwind
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Sep 7, 2022
1 parent d3e821f commit 72e55a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lld/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ endif()
include_directories(BEFORE
${CMAKE_CURRENT_BINARY_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}/../zig/lib/libunwind/include
)

if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
Expand Down

0 comments on commit 72e55a0

Please sign in to comment.