Commit 2c4f677
authored
[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)
If we're not touching them, we don't need to do anything special to pass
them along -- with one important caveat: due to how cmake arguments
work, the implicitly passed arguments need to be specified before
arguments that we handle.
This isn't particularly nice, but the alternative is enumerating all
arguments that can be used by llvm_add_library and the macros it calls
(it also relies on implicit passing of some arguments to
llvm_process_sources).1 parent 159de36 commit 2c4f677
File tree
128 files changed
+342
-388
lines changed- lldb
- cmake/modules
- source
- API
- Breakpoint
- Commands
- Core
- DataFormatters
- Expression
- Host
- macosx/objcxx
- Initialization
- Interpreter
- Interfaces
- Plugins
- ABI
- AArch64
- ARC
- ARM
- Hexagon
- LoongArch
- MSP430
- Mips
- PowerPC
- RISCV
- SystemZ
- X86
- Architecture
- AArch64
- Arm
- Mips
- PPC64
- Disassembler/LLVMC
- DynamicLoader
- MacOSX-DYLD
- POSIX-DYLD
- Windows-DYLD
- wasm-DYLD
- ExpressionParser/Clang
- Instruction
- ARM64
- ARM
- LoongArch
- MIPS64
- MIPS
- PPC64
- RISCV
- InstrumentationRuntime
- MainThreadChecker
- UBSan
- JITLoader/GDB
- LanguageRuntime/ObjC
- AppleObjCRuntime
- GNUstepObjCRuntime
- Language
- CPlusPlus
- ClangCommon
- ObjectContainer/BSD-Archive
- ObjectFile
- Breakpad
- COFF
- ELF
- JSON
- Mach-O
- Minidump
- PDB
- PECOFF
- Placeholder
- XCOFF
- wasm
- Platform
- Android
- FreeBSD
- MacOSX
- objcxx
- QemuUser
- Windows
- Process
- AIX
- FreeBSDKernel
- FreeBSD
- Linux
- NetBSD
- POSIX
- Utility
- Windows/Common
- elf-core
- gdb-remote
- mach-core
- minidump
- scripted
- REPL/Clang
- RegisterTypeBuilder
- ScriptInterpreter/Python
- Interfaces
- SymbolFile
- Breakpad
- DWARF
- NativePDB
- PDB
- TraceExporter/ctf
- Trace/intel-pt
- TypeSystem/Clang
- UnwindAssembly/x86
- Symbol
- Target
- Utility
- ValueObject
- tools
- driver
- intel-features/intel-mpx
- lldb-dap
- lldb-instr
- lldb-server
- lldb-test
- unittests
- Breakpoint
- Callback
- Core
- DAP
- DataFormatter
- Disassembler
- Instruction
- OperatingSystem
- Platform
- Process
- elf-core
- gdb-remote
- minidump
- ScriptInterpreter
- Lua
- Python
- SymbolFile
- DWARF
- NativePDB
- PDB
- Target
- TestingSupport
- Symbol
- UnwindAssembly
- ARM64
- PPC64
- x86-but-no-x86-target
- x86
- Utility
- ValueObject
- debugserver
- tools/lldb-server/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+342
-388
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
47 | 45 | | |
48 | | - | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 91 | | |
99 | 92 | | |
100 | 93 | | |
101 | 94 | | |
102 | 95 | | |
103 | 96 | | |
104 | 97 | | |
105 | | - | |
106 | | - | |
107 | 98 | | |
108 | 99 | | |
109 | 100 | | |
| |||
169 | 160 | | |
170 | 161 | | |
171 | 162 | | |
172 | | - | |
| 163 | + | |
173 | 164 | | |
174 | 165 | | |
175 | 166 | | |
176 | 167 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | 168 | | |
182 | 169 | | |
183 | 170 | | |
184 | 171 | | |
185 | 172 | | |
186 | 173 | | |
187 | | - | |
188 | 174 | | |
189 | 175 | | |
190 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
146 | | - | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | 188 | | |
190 | 189 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | | - | |
22 | 22 | | |
0 commit comments