]> granicus.if.org Git - clang/commitdiff
Temporarily revert "add -fthinlto-index= option to clang-cl"
authorEric Christopher <echristo@gmail.com>
Tue, 16 Jul 2019 00:02:40 +0000 (00:02 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 16 Jul 2019 00:02:40 +0000 (00:02 +0000)
This is causing testsuite failures on (at least) darwin release+asserts.

This reverts commit r366146.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366157 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Options.td
test/Driver/cl-thinlto-backend.c [deleted file]

index dfd27fab796e3a64890e2b17a9df012d73aa10c5..957483c31864739797cf73a97e06013815824cbe 100644 (file)
@@ -1270,7 +1270,7 @@ def flto_jobs_EQ : Joined<["-"], "flto-jobs=">,
            "of 0 means the number of threads will be derived from "
            "the number of CPUs detected)">;
 def fthinlto_index_EQ : Joined<["-"], "fthinlto-index=">,
-  Flags<[CoreOption, CC1Option]>, Group<f_Group>,
+  Flags<[CC1Option]>, Group<f_Group>,
   HelpText<"Perform ThinLTO importing using provided function summary index">;
 def fmacro_backtrace_limit_EQ : Joined<["-"], "fmacro-backtrace-limit=">,
                                 Group<f_Group>, Flags<[DriverOption, CoreOption]>;
diff --git a/test/Driver/cl-thinlto-backend.c b/test/Driver/cl-thinlto-backend.c
deleted file mode 100644 (file)
index a948c4e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// RUN: %clang_cl -c -flto=thin -Fo%t.obj %s
-// RUN: llvm-lto2 run -thinlto-distributed-indexes -o %t.exe %t.obj
-
-// -fthinlto_index should be passed to cc1
-// RUN: %clang_cl -### -c -fthinlto-index=%t.thinlto.bc -Fo%t1.obj \
-// RUN:     %t.obj 2>&1 | FileCheck %s
-
-// CHECK: -fthinlto-index=
-// CHECK: "-x" "ir"