Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git] / lldb / test / API / functionalities / tail_call_frames / cross_dso / Two.mk
blob45dac0912187cc46eefbd02b06311b4e483bc540
1 DYLIB_NAME := Two
2 DYLIB_C_SOURCES := Two.c
3 DYLIB_ONLY := YES
4 CFLAGS_EXTRAS := -O2
6 include Makefile.rules