diff options
-rw-r--r-- | clang-tools-extra/.arcconfig | 2 | ||||
-rw-r--r-- | clang/.arcconfig | 2 | ||||
-rw-r--r-- | compiler-rt/.arcconfig | 2 | ||||
-rw-r--r-- | lld/.arcconfig | 2 | ||||
-rw-r--r-- | lldb/.arcconfig | 2 | ||||
-rw-r--r-- | llgo/.arcconfig | 2 | ||||
-rw-r--r-- | llvm/.arcconfig | 2 | ||||
-rw-r--r-- | polly/.arcconfig | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/clang-tools-extra/.arcconfig b/clang-tools-extra/.arcconfig index 03e10ba3677..f846581763e 100644 --- a/clang-tools-extra/.arcconfig +++ b/clang-tools-extra/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "clang-tools-extra", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } diff --git a/clang/.arcconfig b/clang/.arcconfig index 7540b46523a..048706ac96e 100644 --- a/clang/.arcconfig +++ b/clang/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "clang", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } diff --git a/compiler-rt/.arcconfig b/compiler-rt/.arcconfig index ef3e3276aef..bc39977f559 100644 --- a/compiler-rt/.arcconfig +++ b/compiler-rt/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "compiler-rt", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } diff --git a/lld/.arcconfig b/lld/.arcconfig index 787b339a9f2..ebf4a4a6f8b 100644 --- a/lld/.arcconfig +++ b/lld/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "lld", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } diff --git a/lldb/.arcconfig b/lldb/.arcconfig index eb16f4cea99..e8fa2aaf0bd 100644 --- a/lldb/.arcconfig +++ b/lldb/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "lldb", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } diff --git a/llgo/.arcconfig b/llgo/.arcconfig index 04b9b6073a7..38ac2790f4e 100644 --- a/llgo/.arcconfig +++ b/llgo/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "llgo", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } diff --git a/llvm/.arcconfig b/llvm/.arcconfig index 06323119c1d..e06dc389d6f 100644 --- a/llvm/.arcconfig +++ b/llvm/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "llvm", - "conduit_uri" : "http://reviews.llvm.org/" + "conduit_uri" : "https://reviews.llvm.org/" } diff --git a/polly/.arcconfig b/polly/.arcconfig index 7a82312ae75..e4760578727 100644 --- a/polly/.arcconfig +++ b/polly/.arcconfig @@ -1,6 +1,6 @@ { "project_id" : "polly", - "conduit_uri" : "http://reviews.llvm.org/", + "conduit_uri" : "https://reviews.llvm.org/", "history.immutable" : true, "load" : [ "utils/arcanist/LitTestEngine" |