xref: /llvm-project/lldb/tools/intel-features/intel-mpx/test/Makefile (revision 307db0f8974d1b28d7b237cb0d50895efc7f6e6b)
1LEVEL = ../../../../make
2
3CXX_SOURCES := main.cpp
4
5CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd
6
7include $(LEVEL)/Makefile.rules
8