Commit 3587115
committed
[cmake][interpreter] Remove
LLVM removed `ARCMigrate`, do the same in ROOT.
This will get rid of the CMAKE warning when configuring ROOT.
```
CMake Deprecation Warning at interpreter/llvm-project/clang/CMakeLists.txt:456 (message):
'CLANG_ENABLE_ARCMT' is deprecated as ARCMigrate has been removed from
Clang. Please use 'CLANG_ENABLE_OBJC_REWRITER' instead to enable or
disable the Objective-C rewriter.
```
Ref: llvm/llvm-project@c4a01974CLANG_ENABLE_ARCMT
1 parent 3e278b3 commit 3587115
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments