brintos

brintos / llvm-project-archived public Read only

0
0
Text · 253 B · cbd7d47 Raw
10 lines · plain
1CXX_SOURCES := main.cpp2 3ifeq "$(OS)" "Darwin"4    # Make vtables writable for test_overwrite_vtable test5    # The -no_data_const flag prevents vtables from being placed in __DATA_CONST6    LD_EXTRAS := -Wl,-no_data_const7endif8 9include Makefile.rules10