[clang] [SystemZ][z/OS] Add guard for dl_info and dladdr (PR #75637)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 19 05:59:13 PST 2023
================
@@ -17,6 +17,7 @@
#include "clang/Driver/Driver.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
+#include "llvm/Config/config.h"
----------------
abhina-sree wrote:
Thanks, I created a fix for it here https://github.com/llvm/llvm-project/pull/75928
https://github.com/llvm/llvm-project/pull/75637
More information about the cfe-commits
mailing list