xref: /openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/Makefile (revision 061da546b983eb767bad15e67af1174fb0bcf31c)
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