[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / tools / darwin-debug / CMakeLists.txt
blob9039aa3423b4e9d40ac05d2cbcb20e9d616b0569
2 # Create an LC_SEGMENT with the special name ExecExtraSuspend which
3 # debugserver can detect - it tells debugserver that it will exec a
4 # process and that process will start suspended, so debugserver will
5 # need to double-resume it to make it run.  A random file is copied
6 # into the segment.
7 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-sectcreate,ExecExtraSuspend,ExecExtraSuspend,/dev/null")
9 add_lldb_tool(darwin-debug ADD_TO_FRAMEWORK
10   darwin-debug.cpp