[Bazel] Set HAVE_DLADDR in config.h
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 9 Dec 2022 02:41:14 +0000 (11:41 +0900)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 9 Dec 2022 02:41:14 +0000 (11:41 +0900)
Corresponding to CMake change in llvmorg-16-init-13673-g138d53895734

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h

index 167cdfc..8a30957 100644 (file)
@@ -73,7 +73,7 @@
 #define HAVE_DLOPEN 1
 
 /* Define if dladdr() is available on this platform. */
-/* #undef HAVE_DLADDR */
+#define HAVE_DLADDR 1
 
 /* Define to 1 if we can register EH frames on this platform. */
 /* HAVE_REGISTER_FRAME defined in Bazel*/