llvm-for-llvmta/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

5 lines
112 B
Plaintext

declare_args() {
# Whether to include the arc migrate tool in the clang binary.
clang_enable_arcmt = true
}