We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfc070 commit d5cf89fCopy full SHA for d5cf89f
lldb/test/API/functionalities/vtable/Makefile
@@ -1,3 +1,9 @@
1
CXX_SOURCES := main.cpp
2
3
+ifeq "$(OS)" "Darwin"
4
+ # Make vtables writable for test_overwrite_vtable test
5
+ # The -no_data_const flag prevents vtables from being placed in __DATA_CONST
6
+ LD_EXTRAS := -Wl,-no_data_const
7
+endif
8
+
9
include Makefile.rules
0 commit comments