[all-commits] [llvm/llvm-project] 8a233d: [SystemZ][z/OS] Add guard for dl_info and dladdr (...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Mon Dec 18 07:33:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a233d8cfde4cd026b5dd12b56ea029749a02329
https://github.com/llvm/llvm-project/commit/8a233d8cfde4cd026b5dd12b56ea029749a02329
Author: Abhina Sree <69635948+abhina-sree at users.noreply.github.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M clang/tools/libclang/CIndexer.cpp
Log Message:
-----------
[SystemZ][z/OS] Add guard for dl_info and dladdr (#75637)
This patch fixes the following build error on z/OS `error: unknown type name 'Dl_info'` by adding a guard to check if we have dladdr.
More information about the All-commits
mailing list