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

Fanbo Meng via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 18 06:52:36 PST 2023


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

nit: Variables should start with upper case

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


More information about the cfe-commits mailing list