[clang] [SystemZ][z/OS] Add guard for dl_info and dladdr (PR #75637)

Abhina Sree via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 18 06:54:56 PST 2023


================
@@ -125,21 +126,28 @@ const std::string &CIndexer::getClangResourcesPath() {
 #elif defined(_AIX)
   getClangResourcesPathImplAIX(LibClangPath);
 #else
+  bool pathFound = false;
----------------
abhina-sree wrote:

thanks, done!

https://github.com/llvm/llvm-project/pull/75637


More information about the cfe-commits mailing list