Skip to content

Commit 16107a4

Browse files
Introducing PlatformAIX from PlatformLinux
1 parent 223521b commit 16107a4

File tree

4 files changed

+559
-0
lines changed

4 files changed

+559
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
add_definitions("-D_ALL_SOURCE")
2+
3+
add_lldb_library(lldbPluginPlatformAIX PLUGIN
4+
PlatformAIX.cpp
5+
6+
LINK_LIBS
7+
lldbBreakpoint
8+
lldbCore
9+
lldbHost
10+
lldbInterpreter
11+
lldbTarget
12+
lldbPluginPlatformPOSIX
13+
)

0 commit comments

Comments
 (0)