llvm-for-llvmta/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni

5 lines
112 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
declare_args() {
# Whether to include the arc migrate tool in the clang binary.
clang_enable_arcmt = true
}