about summary refs log tree commit diff
path: root/GNUmakefile.llvm
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-10-07 10:12:51 +0200
committerGitHub <noreply@github.com>2024-10-07 10:12:51 +0200
commitc1e40c5fb7de40dc5f598c609c907ea21e5a078a (patch)
tree1e9da5807fa20692820bf9792b4a42f9731aeeff /GNUmakefile.llvm
parentd21fb1a558b25c4f46692fa999c0028dfe0eecc0 (diff)
parentd6a2edb42a680b999256d5b78082975713973db7 (diff)
downloadafl++-c1e40c5fb7de40dc5f598c609c907ea21e5a078a.tar.gz
Merge pull request #2220 from AFLplusplus/dev
push to stable
Diffstat (limited to 'GNUmakefile.llvm')
-rw-r--r--GNUmakefile.llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm
index d5dcb09b..2e806ab8 100644
--- a/GNUmakefile.llvm
+++ b/GNUmakefile.llvm
@@ -327,7 +327,7 @@ endif
 
 # User teor2345 reports that this is required to make things work on MacOS X.
 ifeq "$(SYS)" "Darwin"
-  CLANG_LFL += -Wl,-flat_namespace -Wl,-undefined,suppress
+  CLANG_LFL += -Wl,-undefined,dynamic_lookup
   override LLVM_HAVE_LTO := 0
   override LLVM_LTO := 0
 else