Files
clang-p2996/lldb/test/API/commands/expression/import-std-module/array/Makefile
Raphael Isemann b8338983e6 [lldb] Add std::array to the supported template list of the CxxModuleHandler
Identical to the other patches that add STL containers to the supported
templated list.
2020-12-17 11:47:58 +01:00

4 lines
63 B
Makefile

USE_LIBCPP := 1
CXX_SOURCES := main.cpp
include Makefile.rules