repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Github] Bump max ccache size for premerge
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
DynamicLoader
/
MacOSX-DYLD
/
DynamicLoaderDarwinProperties.td
blob
c54580ce347296fce6d5c037f2503e6447c88ffa
1
include "../../../../include/lldb/Core/PropertiesBase.td"
2
3
let Definition = "dynamicloaderdarwin_experimental" in {
4
def EnableParallelImageLoad: Property<"enable-parallel-image-load", "Boolean">,
5
Global,
6
DefaultTrue,
7
Desc<"Load images in parallel.">;
8
}