Logo
Explore Help
Sign In
encounter/llvm-project
0
0
Fork 0
You've already forked llvm-project
mirror of https://github.com/encounter/llvm-project.git synced 2026-03-30 11:27:19 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
276a930eda1cb3e684098cec54cd514b8e2f079d
llvm-project/lldb/test/functionalities/command_script/import/Makefile
T
Enrico Granata a9dbf4325e this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb
llvm-svn: 142283
2011-10-17 21:45:27 +00:00

7 lines
95 B
Makefile
Raw Blame History

LEVEL = ../../../make
C_SOURCES := main.c
EXE := hello_world
include $(LEVEL)/Makefile.rules
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Page: 1701ms Template: 15ms
Auto
English
English
Licenses API