summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-function-summary.ll
diff options
context:
space:
mode:
authorAlexander Shaposhnikov <ashaposhnikov@google.com>2022-11-14 21:31:30 +0000
committerAlexander Shaposhnikov <ashaposhnikov@google.com>2022-11-14 21:31:30 +0000
commit8c15c17e3ba7916b2efb2a100495c710bae04fb6 (patch)
tree54d7aa7299553969fcba5260c37b5ff5e38604fd /llvm/test/Bitcode/thinlto-function-summary.ll
parentef9e624694c0f125c53f7d0d3472fd486bada57d (diff)
Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm"
This reverts commit ef9e624694c0f125c53f7d0d3472fd486bada57d for further investigation offline. It appears to break the buildbot llvm-clang-x86_64-sie-ubuntu-fast.
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary.ll')
-rw-r--r--llvm/test/Bitcode/thinlto-function-summary.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll
index 68636ed192a1..ad745dd826ac 100644
--- a/llvm/test/Bitcode/thinlto-function-summary.ll
+++ b/llvm/test/Bitcode/thinlto-function-summary.ll
@@ -31,8 +31,6 @@
; RUN: opt -passes=name-anon-globals -module-summary < %s | llvm-dis | FileCheck %s
-; RUN: opt -passes=name-anon-globals -module-summary -S < %s | FileCheck %s
-; RUN: opt -passes=name-anon-globals -module-summary -S < %s | llvm-as | llvm-dis | FileCheck %s
; Check that this round-trips correctly.
; ModuleID = '<stdin>'